xmonad-volume-0.1.0.0: XMonad volume controls

Safe HaskellNone
LanguageHaskell98

XMonad.Util.ALSA

Contents

Description

This uses ALSA to control the volume.

Synopsis

Documentation

toggleMute :: MonadIO m => m () Source #

Mute/unmute within the X Monad.

raiseVolume :: Integer -> X () Source #

Raise volume

lowerVolume :: Integer -> X () Source #

Lower volume

Default keybindings

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

Given your keymaps, add volume control keybindings.