mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2026-02-14 11:38:18 +01: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
|