xmonad-spotify-0.1.0.0: Bind media keys to work with Spotify

Safe HaskellNone
LanguageHaskell2010

XMonad.Util.Spotify

Contents

Description

Bind media keys for Spotify using dbus.

Synopsis

default keybindings

mediaKeys :: Map (KeyMask, KeySym) (X ()) -> Map (KeyMask, KeySym) (X ()) Source #

Given your keymaps, add the media keybindings. Currently they are set up for Spotify.

media control in the X monad

audioPrev :: X () Source #

Action in the X monad to go the previous

audioNext :: X () Source #

Action in the X monad to go to next

audioPlayPause :: X () Source #

Action in the X monad to play/pause