|
|
|
@ -40,9 +40,11 @@ bindcode Mod4+26 layout default
|
|
|
|
|
# Toggle tiling/floating of the current window (Mod4+t)
|
|
|
|
|
bindsym Mod4+t floating toggle
|
|
|
|
|
|
|
|
|
|
bindsym Mod4+space exec bashrun2
|
|
|
|
|
|
|
|
|
|
# Go into the tiling layer / floating layer, depending on whether
|
|
|
|
|
# the current window is tiling / floating (Mod4+t)
|
|
|
|
|
bindcode Mod4+28 focus mode_toggle
|
|
|
|
|
#bindcode Mod4+28 focus mode_toggle
|
|
|
|
|
|
|
|
|
|
# Focus (Mod4+j/k/l/;)
|
|
|
|
|
bindsym Mod4+Left focus left
|
|
|
|
@ -146,6 +148,7 @@ assign [class="Opera"] → 2
|
|
|
|
|
assign [class="Midori"] → 2
|
|
|
|
|
assign [class="Chromium"] → 2
|
|
|
|
|
assign [class="Thunderbird"] → 3
|
|
|
|
|
for_window [class="XTerm"] floating enable
|
|
|
|
|
for_window [class="feh"] floating enable
|
|
|
|
|
for_window [class="xsane"] floating enable
|
|
|
|
|
|
|
|
|
@ -195,8 +198,6 @@ bindsym $mod+r mode "resize"
|
|
|
|
|
|
|
|
|
|
bar {
|
|
|
|
|
status_command i3blocks
|
|
|
|
|
i3bar_command /usr/bin/i3bar-icons
|
|
|
|
|
tray_output DVI-0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bindsym $mod+Shift+g mode "$mode_gaps"
|
|
|
|
|