dotfiles/bin/executable_i3-dropshot

6 lines
65 B
Bash
Executable File

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