all repos — dotfiles @ 50da23982a2971bbf24d536ca0e9c80a2303d9d3

linux dotfiles

update i3 config
prithugoswami prithugoswami524@gmail.com
Sat, 28 Apr 2018 23:06:50 +0530
commit

50da23982a2971bbf24d536ca0e9c80a2303d9d3

parent

262bc715b2df97d8d06eab5db5addb169e7f2ecb

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M i3/configi3/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