sxhkd: Add keybind to reload libinput-gestures

At some point I added libinput-gestures to my setup to replicate the
touchpad gestures I loved so much on GNOME. Although this was cute, such
gestures lacked the animations from GNOME and would even stop working
entirely from time to time. It is for this reason that I created a keybind
specifically to reload libinput-gestures.
This commit is contained in:
Donovan Glover 2022-12-15 09:52:41 -05:00
parent db8ef8646d
commit 208de5adea
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,6 +5,9 @@
super + {_, alt} + Escape super + {_, alt} + Escape
{pkill -USR1 -x sxhkd && notify-send -t 2000 "sxhkd" "Reloaded config",bspc quit} {pkill -USR1 -x sxhkd && notify-send -t 2000 "sxhkd" "Reloaded config",bspc quit}
super + d
libinput-gestures-setup restart && notify-send -t 2000 "libinput-gestures" "Reloaded config"
# Dynamically adjust gaps of current desktop # Dynamically adjust gaps of current desktop
super + {_, shift +} g super + {_, shift +} g
{ bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) + 20 )), \ { bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) + 20 )), \