From 65b564ba723d16b60dd7cd6abf4520f775035d27 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 25 Jan 2019 21:52:46 +0100 Subject: Replace xfce4-screenshooter with flameshot --- gui/conf/xmonad.hs | 2 +- gui/xmonad.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 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-" , spawn "rofi -show combi") , ("M-" , spawn "kitty") , ("M-S-" , spawn "nvim-qt --no-ext-tabline") - , ("" , spawn "xfce4-screenshooter") + , ("" , spawn "flameshot gui") -- window management , ("M-q" , windows $ S.shift "NSP") , ("M-S-q" , kill) diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 581dff7..3686cd0 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -26,12 +26,12 @@ home.packages = with pkgs; [ # lockscreen i3lock - # screenshooter - xfce4-12.xfce4-screenshooter ]; services.screen-locker = { enable = true; lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000"; }; + + services.flameshot.enable = true; } -- cgit v1.2.3