summaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-01-26 11:45:34 +0800
committerbh <qn+git@epicurus.dev>2026-01-26 11:45:34 +0800
commita0320d1e9b225b8da6899682c8aba2ced3897b38 (patch)
treec1b26cced54e2a64b9072b20ac0775a98ffc09e2 /sxhkd
parentee478094590998d422f43881dfb068e3356f215d (diff)
Changed the close window keybinding for sxhkd
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index 89b294d..5b53a91 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -131,10 +131,10 @@ super + f
~/Scripts/fullscreen
# bspc node -t \~fullscreen # Toggle Fullscreen
-super + c
+super + shift + c
bspc node -c # Delete Window
-super + shift + c
+super + shift + r
bspc wm -r && pkill -USR1 -x sxhkd # Restarts BSPWM & sxhkd
ctrl + super + m