|
|
@ -55,7 +55,7 @@ workspaceManageHook = composeAll [ |
|
|
|
,className =? "qtcreator" --> doShift "3:dev" |
|
|
|
,className =? "qtcreator" --> doShift "3:dev" |
|
|
|
,className =? "KeePass2" --> doShift "9:div" |
|
|
|
,className =? "KeePass2" --> doShift "9:div" |
|
|
|
,className =? "Xmessage" --> doFloat |
|
|
|
,className =? "Xmessage" --> doFloat |
|
|
|
,className =? "Clementine" --> doShift "8:media" |
|
|
|
,className =? "rhythmbox" --> doShift "8:media" |
|
|
|
,className =? "vlc" --> doShift "8:media" |
|
|
|
,className =? "vlc" --> doShift "8:media" |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -121,10 +121,10 @@ main = do |
|
|
|
-- volumedown button |
|
|
|
-- volumedown button |
|
|
|
, ((0, 0x1008FF11), spawn "~/.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 "rhythmbox-client --play-pause") |
|
|
|
, ((0, 0x1008ff15), spawn "clementine --stop") |
|
|
|
, ((0, 0x1008ff15), spawn "rhythmbox-client --stop") |
|
|
|
, ((0, 0x1008ff16), spawn "clementine --restart-or-previous") |
|
|
|
, ((0, 0x1008ff16), spawn "rhythmbox-client --restart-or-previous") |
|
|
|
, ((0, 0x1008ff17), spawn "clementine --next") |
|
|
|
, ((0, 0x1008ff17), spawn "rhythmbox-client --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 -") |
|
|
|