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

Safe HaskellNone
LanguageHaskell98

XMonad.Util.Volume

Description

Utils to use to control volume via amixer

Synopsis

Documentation

toggleMute :: X () Source #

Mute/unmute within the X Monad.

raiseVolume :: (Integral a, Show a) => a -> X () Source #

Raise volume

lowerVolume :: (Integral a, Show a) => a -> X () Source #

Lower volume