update:hypr

This commit is contained in:
dichgrem
2025-07-09 12:22:03 +08:00
parent 5a1d167e0a
commit 7aef478be7
19 changed files with 450 additions and 324 deletions

3
hypr/scripts/screenshot Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
grim -g "$(slurp)" - | wl-copy -t image/png
notify-send "Screenshot copied to clipboard"

3
hypr/scripts/screenshot_area Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
grimblast copy area || exit
notify-send "Screenshot copied to clipboard"

3
hypr/scripts/screenshot_full Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
grimblast copy output || exit
notify-send "Screenshot copied to clipboard"