diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -85,6 +85,12 @@ 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 +# move containers to other outputs «3 +bindsym $mod+Control+Shift+Left move container to output left +bindsym $mod+Control+Shift+h move container to output left +bindsym $mod+Control+Shift+Right move container to output right +bindsym $mod+Control+Shift+l move container to output right + # misc «3 # focus the parent container bindsym $mod+a focus parent @@ -96,8 +102,8 @@ bindsym $alt+space focus mode_toggle # Layout «2 ########### -# split in horizontal orientation ('h' is already consumed) -bindsym $mod+Shift+v split h +# split in horiZontal orientation ('h' is already consumed) +bindsym $mod+z split h # split in vertical orientation bindsym $mod+v split v # enter fullscreen mode for the focused container @@ -204,6 +210,9 @@ for_window [class="^(?i)thunderbird$" instance="Mail"] floating disable; layout # Firefox stuff for_window [class="^(?i)firefox$" instance="Browser"] floating enable +# Steam +assign [class="Steam"] → steam + # Autostart «1 ################################################ |