diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:21:23 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:21:23 +0200 | 
| commit | 758eee293c7b004cea038dedcb60eee17befa595 (patch) | |
| tree | 6f297b3df7f305929b59274880a0d2eb7deea8ec /config/X/xmonad | |
| parent | a1172baeed7f86045035669b14b4168f1977d909 (diff) | |
use environment variables
Diffstat (limited to 'config/X/xmonad')
| -rw-r--r-- | config/X/xmonad/xmonad.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index bc1115d..858b39b 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -244,7 +244,7 @@ defaults = ewmh def {          , ("M-S-<L>",   CWS.shiftToPrev >> CWS.prevWS)          , ("M-m",       spawn "emacs")          -- launch firefox -        , ("M-b",       spawn "firefox") +        , ("M-b",       spawn "$BROWSER")          -- take screenshots          , ("M-s",       spawn "maim ~/pictures/screenshot-$(date +%y%m%d_%H_%M_%S).png")          , ("M-C-s",   spawn "maim -i $(xdotool getactivewindow) ~/pictures/screenshot-$(date +%y%m%d_%H_%M_%S).png")  | 
