mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2026-04-17 18:39:54 +05:30
We've known each other for so long
This commit is contained in:
@@ -11,9 +11,10 @@ case "$1" in
|
||||
grim - | tee "$tmp_file" | wl-copy -t image/png
|
||||
;;
|
||||
fullsave)
|
||||
tmp_file="$HOME/Pictures/$(date -u "+%Y-%m-%d_%H-%M-%S").png"
|
||||
pics_dir="${XDG_PICTURES_DIR:-$HOME/pics}"
|
||||
[ -d "$pics_dir" ] || mkdir -p "$pics_dir"
|
||||
tmp_file="$pics_dir/$(date -u "+%Y-%m-%d_%H-%M-%S").png"
|
||||
message="Screenshot saved."
|
||||
[ -d "$HOME/Pictures" ] || mkdir -p "$HOME/Pictures"
|
||||
grim "$tmp_file"
|
||||
;;
|
||||
selclip)
|
||||
|
||||
Reference in New Issue
Block a user