diff --git a/xmonad.hs b/xmonad.hs index cbe9abf..a24ba6e 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -124,7 +124,7 @@ main = do -- Media buttons , ((0, 0x1008ff14), spawn "rhythmbox-client --play-pause") , ((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") -- Brightness buttons , ((0, 0x1008ff02), spawn "~/.xmonad/brightness-adjust +")