mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2025-07-18 18:08:56 +02:00
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
FILENAME="screenshot-`date +%F-%T`"
|
|
grim -g "$(slurp)" ~/Pictures/screenshots/$FILENAME.png
|