i3: Productivity configs
This commit is contained in:
parent
240d9f04c3
commit
9d77fce917
@ -23,7 +23,7 @@ for_window [class="Plasmoidviewer"] floating enable; border none
|
|||||||
for_window [title="win7"] floating enable; border none
|
for_window [title="win7"] floating enable; border none
|
||||||
|
|
||||||
# i3-gaps configs
|
# i3-gaps configs
|
||||||
gaps inner 24
|
gaps inner 0
|
||||||
gaps outer 0
|
gaps outer 0
|
||||||
|
|
||||||
# Set up our colors
|
# Set up our colors
|
||||||
@ -249,10 +249,10 @@ mode "resize" {
|
|||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
bindsym j resize shrink width 10 px or 10 ppt
|
bindsym h resize shrink width 10 px or 10 ppt
|
||||||
bindsym k resize grow height 10 px or 10 ppt
|
bindsym j resize grow height 10 px or 10 ppt
|
||||||
bindsym l resize shrink height 10 px or 10 ppt
|
bindsym k resize shrink height 10 px or 10 ppt
|
||||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
bindsym l resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
bindsym Left resize shrink width 10 px or 10 ppt
|
||||||
|
Loading…
Reference in New Issue
Block a user