dotfiles/bin/executable_i3-dropshot

5 lines
65 B
Bash
Executable file

#!/bin/bash
SHOT=$(i3-screenshot -s)
chmod o+r $SHOT
drop $SHOT