update i3 config
prithugoswami prithugoswami524@gmail.com
Sat, 28 Apr 2018 23:06:50 +0530
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
i3/config
→
i3/config
@@ -8,7 +8,7 @@ #Wallpaper
set $fehbg feh --bg-fill ~/Desktop/walls/wall.jpg # Configure border style <normal|1pixel|pixel xx|none|pixel> -new_window none +new_window 1pixel new_float normal # Hide borders@@ -280,8 +280,8 @@ # Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height. bindsym h resize shrink width 5 px or 5 ppt bindsym j resize grow height 5 px or 5 ppt - bindsym l resize shrink height 5 px or 5 ppt - bindsym k resize grow width 5 px or 5 ppt + bindsym k resize shrink height 5 px or 5 ppt + bindsym l resize grow width 5 px or 5 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt