Update i3 & add zoxide

This commit is contained in:
Michel 2024-12-27 11:32:05 +01:00
parent 880704e39d
commit 07540040f0
6 changed files with 20 additions and 10 deletions

View file

@ -64,7 +64,7 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
bindsym $mod+Shift+space floating toggle, sticky toggle
# focus the parent container
bindsym $mod+a focus parent
@ -82,6 +82,7 @@ bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
bindsym $mod+m workspace $wsMusic
# move focused container to workspace
bindsym $mod+Shift+4 move container to workspace number $ws4
@ -93,7 +94,6 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+d move scratchpad
bindsym $mod+Shift+d scratchpad show
bindsym $mod+Mod1+d scratchpad show, floating toggle
# reload the configuration file
bindsym $mod+Shift+c reload