dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 887d6465c3433d8515bf02a751791df509ec8a47
parent 56ec668c3f78025369f3a9ee77094e220bf1979b
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 20 Sep 2021 16:44:19 -0700

sway: consistent naming for screenshots

Previously, I had colons for full screenshots and dots for partial
captures.

Diffstat:
M.config/sway/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -122,7 +122,7 @@ floating_modifier $mod normal set $grimshot ~/.local/bin/grimshot set $screenshots ~/Pictures/Screenshots bindsym $mod+Shift+s exec $grimshot --notify save screen \ - $screenshots/Screenshot_$(date +"%Y-%m-%d_%H:%M:%S.png") + $screenshots/Screenshot_$(date +"%Y-%m-%d_%H.%M.%S.png") bindsym $mod+Control+Shift+s exec $grimshot --notify save area \ $screenshots/Screenshot_$(date +"%Y-%m-%d_%H.%M.%S.png")