added screenshot alias

This commit is contained in:
Nickiel12 2023-11-06 17:01:06 -08:00
parent 6f81b30e06
commit 43ca30abd1
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ let
firefox # Internet access
freerdp # RDP client
pkgs-stable.flameshot # screenshot utility
pkgs-stable.grim pkgs-stable.slurp pkgs-stable.wl-clipboard # DIY wayland screenshots
pkgs-stable.frei0r # kdenlive video plugins
pkgs-stable.godot_4
pkgs-stable.helvum # audio sink gui control

View file

@ -46,6 +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";
};
};