diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 3fc3159..828fe09 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -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"