How to take screenshot(using selection) in awesome wm via scrot
Since you have arguments in command line awful.util.spawn_with_shell() should be used. This
awful.util.spawn_with_shell("sleep 0.5 && scrot -s")
works fine for me.
Since you have arguments in command line awful.util.spawn_with_shell() should be used. This
awful.util.spawn_with_shell("sleep 0.5 && scrot -s")
works fine for me.