i3: launch gimp after screenshot
parent
8b3d3244dd
commit
40c9526c1e
|
@ -233,7 +233,7 @@ bindsym XF86AudioPlay exec --no-startup-id mpc toggle
|
||||||
bindsym XF86AudioNext exec --no-startup-id mpc next
|
bindsym XF86AudioNext exec --no-startup-id mpc next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
||||||
|
|
||||||
bindsym Print exec --no-startup-id scrot -u -e 'mv $f ~/pictures/screenshots' '%F-%H%M%S_$wx$h_scrot.png'
|
bindsym Print exec --no-startup-id "cd ~/pictures/screenshots && scrot -u -e 'gimp $f' '%F-%H%M%S_$wx$h_scrot.png'"
|
||||||
|
|
||||||
new_window pixel 2
|
new_window pixel 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue