diff options
author | azahi <azahi@teknik.io> | 2018-10-08 21:18:13 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-08 21:18:13 +0300 |
commit | d7176233da673ea5d92eadcbf52323b5d8419cfd (patch) | |
tree | f603bee246db9a0ca0d5c89933b34064f76495cf /src/XMonad/Util/ALSA.hs | |
parent | Clean up Actions (diff) |
Rework Custom
Change the names of high-order functoins Remove named keybindings Add check executable for keybindings Expand xmonad-ng library Bump to 0.15.1
Diffstat (limited to '')
-rw-r--r-- | src/XMonad/Util/ALSA.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/XMonad/Util/ALSA.hs b/src/XMonad/Util/ALSA.hs index 27037cb..3e543df 100644 --- a/src/XMonad/Util/ALSA.hs +++ b/src/XMonad/Util/ALSA.hs @@ -32,7 +32,6 @@ import Control.Monad import Control.Monad.Trans import Data.Maybe import Sound.ALSA.Mixer -import XMonad.Core toggleMute :: MonadIO m => m Bool raiseVolume :: MonadIO m => Double -> m Double |