diff options
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r-- | gui/conf/xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 76a5920..8f0cae4 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -132,6 +132,7 @@ commonKeybindings = , ("M-w l" , withFocused $ placeFloating sideBarRight) -- system information , ("M-i t" , spawn "notify-send \"`date +%T`\" \"`date +\"%Y-%m-%d\"`\"") + , ("M-i l" , spawn "notify-send Load \"`cut -c -14 /proc/loadavg`\"") -- system control , ("M-c <Up>" , spawn "amixer sset Master 10%+") , ("M-c <Down>" , spawn "amixer sset Master 10%-") |