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

Safe HaskellNone
LanguageHaskell2010

XMonad.Util.Volume

Description

Utils to use to control volume via amixer

Synopsis

Documentation

vol :: String -> X () Source #

Generate action in the X monad to

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