From 8b11f985cdbab522f74d660f6a0e0e0ed82b13af Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 6 Nov 2023 17:27:13 -0800 Subject: [PATCH] fixed screenshot alias --- modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index 0325b59..97b3000 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -46,7 +46,7 @@ in rm = "rmtrash"; open-config = "cd ~/Documents/nicks-nix-config; nvim"; switch-to-windows = "sudo grub-reboot 1; sudo reboot"; - screenshot = "grim -d \"$(slurp -d)\" - | wl-copy -t image/png"; + screenshot = "grim -g \"$(slurp -d)\" - | wl-copy -t image/png"; }; };