From 10368398d5725c8467fb1484061e5fdb077e5380 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 13 Jan 2020 18:34:49 +0530 Subject: config for 0 gaps --- sxhkd/.config/sxhkd/sxhkdrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sxhkd/.config') 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} # preselect # +#remove gaps +super + minus + bspc config window_gap 0 +super + equal + bspc config window_gap 8 + # preselect the direction super + ctrl + {h,j,k,l} bspc node -p {west,south,north,east} -- cgit v1.2.3