Changed screenshot save path
Changed filename to one without colons Added `~` to relative path
This commit is contained in:
parent
b42a2d90a0
commit
6ed94c3e4a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue