fix select and edit screenshot

This commit is contained in:
David Todd 2021-01-11 16:56:28 -06:00
parent 53fbe87e7c
commit 9fe663d4f0
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ bindsym $mod+Insert exec --no-startup-id ~/bin/screenshotter.sh
# Fullscreen
bindsym $mod+Shift+Insert --release exec --no-startup-id maim ~/Pictures/$(date +%Y-%m-%d).png
# Selection and Edit
bindsym $mod+Ctrl+Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%s).png&& pinta ~/Pictures/$(date +%Y-%m-%d-%s).png
bindsym $mod+Ctrl+Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%M).png&& pinta ~/Pictures/$(date +%Y-%m-%d-%M).png
# End keybind configuration