diff options
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
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 |
