From 9d77fce917873b0594a281ec756e0b66341d3df5 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 16 Dec 2017 21:30:44 -0600 Subject: [PATCH] i3: Productivity configs --- .config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 1b9470b4..9a9efb81 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s 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