Allow i3 to take screenshots using scrot
This commit is contained in:
parent
27bf65e2f3
commit
603b23636b
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue