[Linux] Avoid showing rofi in screenshot

This commit is contained in:
Ivan Malison 2017-02-01 00:38:22 -08:00
parent d49eb65e7e
commit d290e7a3e3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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