From 16e9be01567eff3b68597abb0d70d1740324341d Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 5 Apr 2023 03:56:42 +0200 Subject: [PATCH] sxhkd: reload added --- wiki/linux/sxhkd.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +```