Allow i3 to take screenshots using scrot

This commit is contained in:
Rodolphe Breard 2017-09-30 14:48:29 +02:00
parent 27bf65e2f3
commit 603b23636b

View file

@ -149,6 +149,9 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# Screenshot
bindsym Print exec scrot -e 'mv $f ~/pictures/ 2>/dev/null'
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {