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"; }; };