dotfiles/bin/executable_i3-dropshot

6 lines
65 B
Plaintext
Raw Normal View History

2018-02-19 15:58:45 +01:00
#!/bin/bash
SHOT=$(i3-screenshot -s)
chmod o+r $SHOT
drop $SHOT