[XMonad] Restart taffybar using systemd

This commit is contained in:
Ivan Malison 2016-10-05 01:12:34 -07:00
parent 43e684f8ed
commit 3c7a8c1d03
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -37,7 +37,7 @@ addKeys conf@XConfig {modMask = modm} =
[ ((modm, xK_p), spawn "rofi -show drun")
, ((modm .|. shiftMask, xK_p), spawn "rofi -show run")
, ((modm, xK_g), spawn "rofi -show window")
, ((modm .|. controlMask, xK_t), spawn "restart.sh taffybar")
, ((modm .|. controlMask, xK_t), spawn "systemctl --user restart taffybar.service")
-- TODO: Change this to bringing the window to the current workspace
, ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"])
, ((modm, xK_v), spawn "copyq paste")