Browse Source

Add keybinds for adjusting gaps

Frans Bergman 6 years ago
parent
commit
0a13250281
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .config/i3/config

+ 4 - 0
.config/i3/config

@@ -83,6 +83,10 @@ bindsym Mod1+Shift+Down move down
 bindsym Mod1+Shift+Up move up
 bindsym Mod1+Shift+Up move up
 bindsym Mod1+Shift+Right move right
 bindsym Mod1+Shift+Right move right
 
 
+# Add ___GAPS___
+bindsym Mod1+g       gaps inner all plus 10
+bindsym Mod1+Shift+g gaps inner all minus 10
+
 # split in horizontal orientation
 # split in horizontal orientation
 bindsym Mod1+c split h
 bindsym Mod1+c split h