dotfiles/dotfiles/lib/bin/screenshot.sh

6 lines
80 B
Bash
Raw Normal View History

2016-10-18 14:09:51 -07:00
#!/usr/bin/env bash
args="$(rofi -input /dev/null -dmenu)"
sleep 1
scrot $args