i3: Productivity configs

This commit is contained in:
Salt 2017-12-16 21:30:44 -06:00
parent 240d9f04c3
commit 9d77fce917

View File

@ -23,7 +23,7 @@ for_window [class="Plasmoidviewer"] floating enable; border none
for_window [title="win7"] floating enable; border none
# i3-gaps configs
gaps inner 24
gaps inner 0
gaps outer 0
# Set up our colors
@ -249,10 +249,10 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt