From 9abc8a72d2c44e482af4cac2d3bcd9cae0e5503e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 14 Jul 2018 15:58:14 +0200 Subject: Add load notification keybinding to XMonad --- gui/conf/xmonad.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/conf') 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 " , spawn "amixer sset Master 10%+") , ("M-c " , spawn "amixer sset Master 10%-") -- cgit v1.2.3