From 58f39430c26a8812a928bae4141bc20a29a49354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 23 Jul 2014 17:54:47 +0200 Subject: [i3] fix command chaining --- .i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 4d2b16a..b55fce2 100644 --- a/.i3/config +++ b/.i3/config @@ -225,7 +225,7 @@ for_window [class="^feh$"] floating enable assign [class="^Thunderbird$"] → mail for_window [class="^Thunderbird$"] floating enable for_window [class="^Thunderbird$" window_role="^(?i)(msgcompose|view-source)$"] floating disable -for_window [class="^Thunderbird$" instance="^(?i)mail$"] floating disable; layout stacked +for_window [class="^Thunderbird$" instance="^(?i)mail$"] floating disable, layout stacked bindsym $mod+m [class="^Thunderbird$"] focus # Firefox stuff @@ -235,8 +235,8 @@ bindsym $mod+b [class="^Firefox$" instance="^Navigator$"] focus # Pidgin stuff assign [class="^Pidgin$"] → im -for_window [class="^Pidgin$" window_role="buddy_list"] split horizontal -for_window [class="^Pidgin$" window_role="conversation"] resize grow width 0 px or 30 ppt; move left +for_window [class="^Pidgin$" window_role="buddy_list"] layout splith, resize shrink width 0 px or 30 ppt, move right +for_window [class="^Pidgin$" window_role="conversation"] resize grow width 0 px or 30 ppt, move left bindsym $mod+i [class="^Pidgin$" window_role="(?i)conversation"] focus; [class="^Pidgin$"] focus # Steam -- cgit v1.2.3