xmonad-vanessa-1.0.0.0: Custom xmonad, which builds with stack or cabal.

Safe HaskellNone
LanguageHaskell98

XMonad.Util.MediaKeys

Contents

Description

Bind media keys using dbus Requires amixer to control volume.

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