summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-01-13 13:04:49 +0000
committerShubham Saini <shubham6405@gmail.com>2020-01-13 13:04:49 +0000
commit10368398d5725c8467fb1484061e5fdb077e5380 (patch)
tree72c65217cbce415e314a3963c3a924a633f5e18e /sxhkd/.config
parent9cb638b25fd3543005608b816c3fcdc88fc99b66 (diff)
config for 0 gaps
Diffstat (limited to 'sxhkd/.config')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc6
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
117super + minus
118 bspc config window_gap 0
119super + equal
120 bspc config window_gap 8
121
116# preselect the direction 122# preselect the direction
117super + ctrl + {h,j,k,l} 123super + ctrl + {h,j,k,l}
118 bspc node -p {west,south,north,east} 124 bspc node -p {west,south,north,east}