dotfiles/.local/bin/fsss
2025-04-16 23:03:27 -06:00

4 lines
149 B
Bash
Executable file

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