Add quick-record script

This commit is contained in:
ItsDrike 2024-06-21 15:59:11 +02:00
parent 3f17fea0af
commit 036b1a9064
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 114 additions and 7 deletions

View file

@ -1,11 +1,4 @@
# - `grim`: screenshot utility for wayland
# - `slurp`: to select an area
# - `hyprctl`: to read properties of current window
# - `wl-copy`: clipboard utility
# - `jq`: json utility to parse hyprctl output
# - `notify-send`: to show notifications
# - `swappy`: for editing the screenshots (only required for --edit)
{pkgs, ...}:
pkgs.writeShellApplication {
name = "hyprland-screenshot";