Files
MyI3Config-fork/scripts/screenshot.sh
2026-02-09 11:42:36 +00:00

9 lines
157 B
Bash
Executable File

#!/bin/bash
if [ -n "$SWAYSOCK" ]; then
# Sway
grim -g "$(slurp)" - | wl-copy
else
# i3
maim -s | xclip -selection clipboard -t image/png
fi