updated scripts

This commit is contained in:
λmolinae 2025-04-16 23:03:27 -06:00
parent fa169ab0b6
commit 5203fdc11f
4 changed files with 82 additions and 0 deletions

4
.local/bin/fsss Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
# takes a fullscreen screenshot and sends notification afterwards
grim - | wl-copy && notify-send "grim" "screenshot copied to clipboard"