dotfiles/dotfiles/lib/bin/screenshot.sh

6 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
args="$(rofi -input /dev/null -dmenu)"
sleep 1
scrot $args