diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/config | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -75,6 +75,13 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# move workspace «3 +bindsym $mod+Control+Left move workspace to output left +bindsym $mod+Control+h move workspace to output left +bindsym $mod+Control+Right move workspace to output right +bindsym $mod+Control+l move workspace to output right + +# misc «3 # focus the parent container bindsym $mod+a focus parent # focus the child container |