- i3: Updated keybinding
This commit is contained in:
parent
a14e4ffc00
commit
c3685e0c23
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,9 @@ bindsym $mod+7 workspace 7
|
||||||
bindsym $mod+8 workspace 8
|
bindsym $mod+8 workspace 8
|
||||||
bindsym $mod+9 workspace 9
|
bindsym $mod+9 workspace 9
|
||||||
bindsym $mod+0 workspace 10
|
bindsym $mod+0 workspace 10
|
||||||
|
# switch to previous/next workspace
|
||||||
|
bindsym $mod+Shift+a workspace prev_on_output
|
||||||
|
bindsym $mod+Shift+d workspace next_on_output
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace 1
|
bindsym $mod+Shift+1 move container to workspace 1
|
||||||
|
@ -115,6 +118,9 @@ bindsym $mod+Shift+7 move container to workspace 7
|
||||||
bindsym $mod+Shift+8 move container to workspace 8
|
bindsym $mod+Shift+8 move container to workspace 8
|
||||||
bindsym $mod+Shift+9 move container to workspace 9
|
bindsym $mod+Shift+9 move container to workspace 9
|
||||||
bindsym $mod+Shift+0 move container to workspace 10
|
bindsym $mod+Shift+0 move container to workspace 10
|
||||||
|
# move focused container to previous/next workspace
|
||||||
|
bindsym $mod+Shift+Control+a move container to workspace prev
|
||||||
|
bindsym $mod+Shift+Control+d move container to workspace next
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
Loading…
Reference in a new issue