Changed screenshot save path

Changed filename to one without colons

Added `~` to relative path
This commit is contained in:
Tibo De Peuter 2022-08-06 18:52:39 +02:00
parent b42a2d90a0
commit 6ed94c3e4a

View file

@ -63,7 +63,7 @@ mode "$mode_system" bindsym {
# Screenshots
set $mode_screenshot Screenshot of (a)rea, current (w)indow, (s)creen - Shift to save
set $save_format Pictures/Screenshots/$(date +%F)-$(date +%T).png
set $save_format ~/Pictures/Screenshots/$(date +%F-%H-%M-%S).png
bindsym Print mode "$mode_screenshot"
mode "$mode_screenshot" bindsym {
a exec grimshot copy area, mode "default"