|
|
@ -106,11 +106,11 @@ main = do |
|
|
|
-- Azerty support |
|
|
|
-- Azerty support |
|
|
|
, ((modMask baseConfig, xK_semicolon), sendMessage (IncMasterN (-1))) |
|
|
|
, ((modMask baseConfig, xK_semicolon), sendMessage (IncMasterN (-1))) |
|
|
|
-- mute button |
|
|
|
-- mute button |
|
|
|
, ((0, 0x1008FF12), spawn "echo mt | ~/.xmonad/action-manager/command.sh ~/.xmonad/actioncontrol") |
|
|
|
, ((0, 0x1008FF12), spawn "~/.xmonad/action-manager/command.sh mt ~/.xmonad/actioncontrol") |
|
|
|
-- volumeup button |
|
|
|
-- volumeup button |
|
|
|
, ((0, 0x1008FF13), spawn "echo + | ~/.xmonad/action-manager/command.sh ~/.xmonad/actioncontrol") |
|
|
|
, ((0, 0x1008FF13), spawn "~/.xmonad/action-manager/command.sh + ~/.xmonad/actioncontrol") |
|
|
|
-- volumedown button |
|
|
|
-- volumedown button |
|
|
|
, ((0, 0x1008FF11), spawn "echo - | ~/.xmonad/action-manager/command.sh ~/.xmonad/actioncontrol") |
|
|
|
, ((0, 0x1008FF11), spawn "~/.xmonad/action-manager/command.sh - ~/.xmonad/actioncontrol") |
|
|
|
-- Media buttons |
|
|
|
-- Media buttons |
|
|
|
, ((0, 0x1008ff14), spawn "clementine --play-pause") |
|
|
|
, ((0, 0x1008ff14), spawn "clementine --play-pause") |
|
|
|
, ((0, 0x1008ff15), spawn "clementine --stop") |
|
|
|
, ((0, 0x1008ff15), spawn "clementine --stop") |
|
|
@ -127,6 +127,3 @@ main = do |
|
|
|
[((m .|. modMask baseConfig , k), windows $ f i) |
|
|
|
[((m .|. modMask baseConfig , k), windows $ f i) |
|
|
|
| (i, k) <- zip (workspaces baseConfig) [xK_F1 .. xK_F9] |
|
|
|
| (i, k) <- zip (workspaces baseConfig) [xK_F1 .. xK_F9] |
|
|
|
, (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]] |
|
|
|
, (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|