1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

sxhkd: reload added

This commit is contained in:
tiyn 2023-04-05 03:56:42 +02:00
parent 5d49df8915
commit 16e9be0156

View File

@ -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
```