xmonad-vanessa-0.1.1.1: Custom xmonad, which uses stack and sets various defaults

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