|
|
@ -125,9 +125,11 @@ main = do |
|
|
|
, ((0, 0x1008ff15), spawn "clementine --stop") |
|
|
|
, ((0, 0x1008ff15), spawn "clementine --stop") |
|
|
|
, ((0, 0x1008ff16), spawn "clementine --restart-or-previous") |
|
|
|
, ((0, 0x1008ff16), spawn "clementine --restart-or-previous") |
|
|
|
, ((0, 0x1008ff17), spawn "clementine --next") |
|
|
|
, ((0, 0x1008ff17), spawn "clementine --next") |
|
|
|
-- Brightness buttons |
|
|
|
-- Brightness buttons |
|
|
|
, ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +") |
|
|
|
, ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +") |
|
|
|
, ((0, 0x1008ff03), spawn "~/.xmonad/brightness-adjust -") |
|
|
|
, ((0, 0x1008ff03), spawn "~/.xmonad/brightness-adjust -") |
|
|
|
|
|
|
|
-- Displays button (Win+P) |
|
|
|
|
|
|
|
, ((mod4Mask, xK_p), spawn "~/.xmonad/action-manager/command.sh screenlayout ~/.xmonad/actioncontrol") |
|
|
|
] |
|
|
|
] |
|
|
|
`additionalKeys` |
|
|
|
`additionalKeys` |
|
|
|
-- |
|
|
|
-- |
|
|
|