From ac20bfbdd4a54140122fa6a1ad4a52dfc0fa80fb Mon Sep 17 00:00:00 2001 From: Bun Date: Wed, 7 May 2025 18:05:51 -0400 Subject: [PATCH] Switch back to generic screenshot tool --- modules/home/wms/programs/default.nix | 2 +- modules/home/wms/sway/hotkeys/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/wms/programs/default.nix b/modules/home/wms/programs/default.nix index 3391aa15..8231b60f 100644 --- a/modules/home/wms/programs/default.nix +++ b/modules/home/wms/programs/default.nix @@ -14,7 +14,7 @@ brightnessctl hyprpicker libnotify - shotman + sway-contrib.grimshot wdisplays wl-clipboard-rs ]; diff --git a/modules/home/wms/sway/hotkeys/default.nix b/modules/home/wms/sway/hotkeys/default.nix index 9686d369..e550d51c 100644 --- a/modules/home/wms/sway/hotkeys/default.nix +++ b/modules/home/wms/sway/hotkeys/default.nix @@ -60,9 +60,9 @@ "${primeMod}+Ctrl+n" = ''exec makoctl dismiss -a''; # Screenshots - "${secMod}+f" = ''exec shotman --copy --capture region''; - "${secMod}+Shift+f" = ''exec shotman --copy --capture window''; - "${secMod}+Ctrl+f" = ''exec shotman --copy --capture output''; + "${secMod}+f" = ''exec grimshot --notify savecopy area''; + "${secMod}+Shift+f" = ''exec grimshot --notify savecopy active''; + "${secMod}+Ctrl+f" = ''exec grimshot --notify savecopy output''; # Display brightness "${primeMod}+equal" = ''exec brightnessctl s 5%+'';