diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-01 12:07:35 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-01 12:07:35 +0200 |
commit | dad6249cae8d5d66e0a6b174ed30d78dbbb3a064 (patch) | |
tree | 28fc4a4c2501cf5bb35bfe9984ab19e256f64763 /config/X/xmonad/xmonad.hs | |
parent | 70c673a75bf98b1db7b637c9a6d4bd1e336c33d4 (diff) | |
parent | a6d421ed5d752ad4ce945c8de07ecb1e3d16037f (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/X/xmonad/xmonad.hs')
-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") |