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

Safe HaskellNone
LanguageHaskell2010

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

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