- i3: Updated keybinding

This commit is contained in:
dbroqua 2017-06-19 23:48:41 +02:00
parent a14e4ffc00
commit c3685e0c23

View File

@ -103,6 +103,9 @@ bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
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
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+9 move container to workspace 9
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
bindsym $mod+Shift+c reload