sway-dotfiles/screenshot.sh.bac.2
Adrian Gunnar Lauterer 09a7942047
fixed stuff
2023-06-03 23:58:12 +02:00

7 lines
183 B
Bash
Executable File

#!/bin/bash
FILENAME="screenshot-$(date +%F-%T).png"
SCREENSHOT_PATH="$HOME/Pictures/screenshots/$FILENAME"
swaymsg screenshot -o $SCREENSHOT_PATH
echo -n $SCREENSHOT_PATH | wl-copy