From ca7b6fcd8111bc17e189c81846dae710197a9f11 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Wed, 15 Nov 2023 16:26:21 +0000 Subject: [PATCH] home-manager/gui: Add shortcut to capture whole desktop --- home-manager/modules/gui/default.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/home-manager/modules/gui/default.nix b/home-manager/modules/gui/default.nix index f5c91da..fe3309f 100644 --- a/home-manager/modules/gui/default.nix +++ b/home-manager/modules/gui/default.nix @@ -166,7 +166,7 @@ in "${mod}+Shift+x" = "exec rofi -show drun"; "${mod}+q" = "kill"; "${mod}+Shift+q" = "exec swaynag -t warning -m 'bruh you really wanna kill sway?' -b 'ye' 'systemctl --user stop graphical-session.target && swaymsg exit'"; - # "${mod}+Shift+s" = "exec flameshot gui"; + "${mod}+Shift+d" = ''exec grim - | swappy -f -''; "${mod}+Shift+s" = ''exec grim -g "$(slurp)" - | swappy -f -''; "${mod}+Shift+e" = "exec rofi -show emoji"; # Config for this doesn't seem to work :/ @@ -220,17 +220,6 @@ in }; }; - flameshot = { - enable = false; - settings = { - General = { - disabledTrayIcon = true; - savePath = "/tmp/screenshots"; - savePathFixed = false; - }; - }; - }; - playerctld.enable = true; spotifyd = { enable = false;