mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
db8ef8646d
commit
208de5adea
@ -5,6 +5,9 @@
|
||||
super + {_, alt} + Escape
|
||||
{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
|
||||
super + {_, shift +} g
|
||||
{ bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) + 20 )), \
|
||||
|
Loading…
Reference in New Issue
Block a user