home/xmonad: spawn sxhkd from systemd instead

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-26 20:20:18 +02:00
parent d4ac86d738
commit 2a89a34d4c
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 2 deletions

View File

@ -339,8 +339,8 @@ myPolybarLogHook dbus = dynamicLogWithPP (polybarHook dbus)
-- per-workspace layout choices.
--
myStartupHook :: X ()
myStartupHook =
spawnOnce "sxhkd &"
myStartupHook = return ()
-- spawnOnce "sxhkd &"
-- spawnOnce "$HOME/.xmonad/setup-script/xinit.sh"
myRestartHook :: X ()