I can now take >1 screenshots in a minute

This commit is contained in:
Nemo 2018-07-25 18:11:52 +05:30
parent c6be9b147b
commit 1f9b50e9e4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ bindsym $mod+d exec dmenu_run -i -o 0.1
bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop
# Print screen
set $screenshot_file '/home/nemo/Desktop/Screenshots/%Y-%m-%d_%H-%M-$wx$h.png'
set $screenshot_file '/home/nemo/Desktop/Screenshots/%Y-%m-%d_%H-%M-%S-$wx$h.png'
bindsym Print exec escrotum --select --selection-delay 300 $screenshot_file && notify-send "done"
bindsym Shift+Print exec escrotum --clipboard --select --selection-delay 300 $screenshot_file && notify-send "copied"
bindsym Ctrl+Print exec scrot --focused --count --delay 0.5 --quality 80 --silent $screenshot_file && notify-send "done"