diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index bea5460..cbb44d8 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -113,6 +113,12 @@ super + {_,shift + }{1-9,0} | |||
113 | # preselect | 113 | # preselect |
114 | # | 114 | # |
115 | 115 | ||
116 | #remove gaps | ||
117 | super + minus | ||
118 | bspc config window_gap 0 | ||
119 | super + equal | ||
120 | bspc config window_gap 8 | ||
121 | |||
116 | # preselect the direction | 122 | # preselect the direction |
117 | super + ctrl + {h,j,k,l} | 123 | super + ctrl + {h,j,k,l} |
118 | bspc node -p {west,south,north,east} | 124 | bspc node -p {west,south,north,east} |