|
|
@ -124,7 +124,7 @@ main = do |
|
|
|
-- Media buttons |
|
|
|
-- Media buttons |
|
|
|
, ((0, 0x1008ff14), spawn "rhythmbox-client --play-pause") |
|
|
|
, ((0, 0x1008ff14), spawn "rhythmbox-client --play-pause") |
|
|
|
, ((0, 0x1008ff15), spawn "rhythmbox-client --stop") |
|
|
|
, ((0, 0x1008ff15), spawn "rhythmbox-client --stop") |
|
|
|
, ((0, 0x1008ff16), spawn "rhythmbox-client --restart-or-previous") |
|
|
|
, ((0, 0x1008ff16), spawn "rhythmbox-client --previous") |
|
|
|
, ((0, 0x1008ff17), spawn "rhythmbox-client --next") |
|
|
|
, ((0, 0x1008ff17), spawn "rhythmbox-client --next") |
|
|
|
-- Brightness buttons |
|
|
|
-- Brightness buttons |
|
|
|
, ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +") |
|
|
|
, ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +") |
|
|
|