diff --git a/wiki/linux/sxhkd.md b/wiki/linux/sxhkd.md index b3a576e..b0928de 100644 --- a/wiki/linux/sxhkd.md +++ b/wiki/linux/sxhkd.md @@ -41,3 +41,13 @@ entry. super + {_,shift + }{h,j,k,l} bspc node -{f,s} {west,south,north,east} ``` + +### Reload Hotkey Daemon + +To reload the configuration file SXHKD needs to be restartet +It can be useful to [set this on a hotkey](#setting-a-hotkey). + +``` +super + shift + x + pkill -usr1 -x sxhkd +```