[XMonad] Binding to switch wallpaper

This commit is contained in:
Ivan Malison 2016-10-27 14:48:13 -07:00
parent e5715a5ff8
commit 44efd6ceac
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -207,6 +207,9 @@ addKeys conf@XConfig {modMask = modm} =
, ((mod3Mask, xK_h), spawn "screenshot.sh")
, ((mod3Mask, xK_c), spawn "shell_command.sh")
-- ModAlt bindings
, ((modalt, xK_w), spawn "wallpaper.sh")
-- playerctl
, ((mod3Mask, xK_f), spawn "playerctl play-pause")
, ((0, xF86XK_AudioPause), spawn "playerctl play-pause")