From 7696a056cb69649eae83eeea0bfa53575a1f405d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 7 Jul 2018 17:31:10 +0200 Subject: Setup twmn for displaying notifications --- gui/conf/xmonad.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/conf') diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 9354c6d..cab108a 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -121,6 +121,9 @@ customKeybindings = , ("M-w S-k" , withFocused $ placeFloating dropDownLarge) , ("M-w h" , withFocused $ placeFloating sideBarLeft) , ("M-w l" , withFocused $ placeFloating sideBarRight) +-- system information + , ("M-i t" , spawn "notify-send \"`date +%T`\" \"`date +\"%Y-%m-%d\"`\"") + , ("M-i b" , spawn "notify-send Battery \"`acpi | cut -c 10-`\"") -- system control , ("M-c " , spawn "amixer sset Master 10%+") , ("M-c " , spawn "amixer sset Master 10%-") -- cgit v1.2.3