Fix rhytmbox previous track command

master
Lars Vierbergen 7 years ago
parent b45f3081ed
commit eac4f26e27
  1. 2
      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 +")

Loading…
Cancel
Save