From 44ea47a8acdd8711416bd18daa86160aeadfb74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 1 Jun 2013 17:33:14 +0200 Subject: More i3 --- .i3/config | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 0c85386..dbc5713 100644 --- a/.i3/config +++ b/.i3/config @@ -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 ################################################ -- cgit v1.2.3