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;