From f4aeaa9f12ee66b3a24003fe1cc1ec3510a8fc46 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Sat, 5 Apr 2025 11:59:28 -0500 Subject: [PATCH] Change screenshot command --- modules/home/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/sway.nix b/modules/home/sway.nix index 797061e..be69f1a 100644 --- a/modules/home/sway.nix +++ b/modules/home/sway.nix @@ -109,7 +109,7 @@ in "${modifier}+Shift+0" = "move container to workspace 10"; "${modifier}+Shift+e" = "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'"; "${modifier}+Shift+c" = "reload"; - "${modifier}+Shift+s" = "exec ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" \"/home/eesim/Pictures/$(date +'%s_grim.png')\""; + "${modifier}+Shift+s" = "exec ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" \"/home/eesim/Pictures/$(${pkgs.zenity}/bin/zenity --entry).png\""; "${modifier}+Shift+q" = "kill"; "${modifier}+p" = "focus mode_toggle"; "XF86AudioPause" = "exec playerctl play-pause";