aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/xmonad.hs
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-25 21:52:46 +0100
committerAdrian Kummerlaender2019-01-31 20:36:04 +0100
commit65b564ba723d16b60dd7cd6abf4520f775035d27 (patch)
treeb58e8ed6e32f25a305cc167ed6864d651061b669 /gui/conf/xmonad.hs
parent8f7dac29c3e1d10961dae00a80733f1fb92fd778 (diff)
downloadnixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar.gz
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar.bz2
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar.lz
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar.xz
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.tar.zst
nixos_home-65b564ba723d16b60dd7cd6abf4520f775035d27.zip
Replace xfce4-screenshooter with flameshot
Diffstat (limited to 'gui/conf/xmonad.hs')
-rw-r--r--gui/conf/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/conf/xmonad.hs b/gui/conf/xmonad.hs
index da1859e..b64d561 100644
--- a/gui/conf/xmonad.hs
+++ b/gui/conf/xmonad.hs
@@ -145,7 +145,7 @@ commonKeybindings host =
, ("M-<Space>" , spawn "rofi -show combi")
, ("M-<Return>" , spawn "kitty")
, ("M-S-<Return>" , spawn "nvim-qt --no-ext-tabline")
- , ("<Print>" , spawn "xfce4-screenshooter")
+ , ("<Print>" , spawn "flameshot gui")
-- window management
, ("M-q" , windows $ S.shift "NSP")
, ("M-S-q" , kill)