diff options
| author | Shubham Saini <shubham6405@gmail.com> | 2020-01-13 13:04:49 +0000 |
|---|---|---|
| committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-13 13:04:49 +0000 |
| commit | 10368398d5725c8467fb1484061e5fdb077e5380 (patch) | |
| tree | 72c65217cbce415e314a3963c3a924a633f5e18e /sxhkd | |
| parent | 9cb638b25fd3543005608b816c3fcdc88fc99b66 (diff) | |
config for 0 gaps
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} |
