From e73831beb46c2f6ad64e597bbb48d206722c79d9 Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Tue, 19 Sep 2017 21:12:29 +0200 Subject: [PATCH] Drop clementine for rhytmbox --- xmonad.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 063685a..f4e2fd3 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -55,7 +55,7 @@ workspaceManageHook = composeAll [ ,className =? "qtcreator" --> doShift "3:dev" ,className =? "KeePass2" --> doShift "9:div" ,className =? "Xmessage" --> doFloat - ,className =? "Clementine" --> doShift "8:media" + ,className =? "rhythmbox" --> doShift "8:media" ,className =? "vlc" --> doShift "8:media" ] @@ -121,10 +121,10 @@ main = do -- volumedown button , ((0, 0x1008FF11), spawn "~/.xmonad/action-manager/command.sh - ~/.xmonad/actioncontrol") -- Media buttons - , ((0, 0x1008ff14), spawn "clementine --play-pause") - , ((0, 0x1008ff15), spawn "clementine --stop") - , ((0, 0x1008ff16), spawn "clementine --restart-or-previous") - , ((0, 0x1008ff17), spawn "clementine --next") + , ((0, 0x1008ff14), spawn "rhythmbox-client --play-pause") + , ((0, 0x1008ff15), spawn "rhythmbox-client --stop") + , ((0, 0x1008ff16), spawn "rhythmbox-client --restart-or-previous") + , ((0, 0x1008ff17), spawn "rhythmbox-client --next") -- Brightness buttons , ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +") , ((0, 0x1008ff03), spawn "~/.xmonad/brightness-adjust -")