From 1389221565a903568acd40ec88fdf009b57ad400 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 9 May 2019 10:43:27 +0200 Subject: Add alternative screenshot binding for athena --- gui/conf/xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs index 668d818..b064ec7 100644 --- a/gui/conf/xmonad.hs +++ b/gui/conf/xmonad.hs @@ -133,7 +133,8 @@ hostSpecificKeybindings host = case host of , ("" , spawn "amixer sset Master 10%+") , ("" , spawn "amixer sset Master 10%-") , ("" , spawn "amixer sset Master toggle") - , ("" , namedScratchpadAction (scratchpads host) "terminal") ] + , ("" , namedScratchpadAction (scratchpads host) "terminal") + , ("M-c p" , spawn "flameshot gui") ] "obelix" -> [ ("M-i g" , showNotification "GPU" "`nvidia-smi --query-gpu=name,temperature.gpu,utilization.gpu,utilization.memory --format=csv,noheader | awk -F',' '{print $1 \" running at\" $2 \"°C due to\" $3 \" load and\" $4 \" memory usage\"}'`") ] _ -> [ ] -- cgit v1.2.3