forked from colonelpanic/dotfiles
[Linux] Avoid showing rofi in screenshot
This commit is contained in:
parent
d49eb65e7e
commit
d290e7a3e3
@ -1,3 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
scrot "$(rofi -input /dev/null -dmenu)"
|
args="$(rofi -input /dev/null -dmenu)"
|
||||||
|
sleep 1
|
||||||
|
scrot $args
|
||||||
|
Loading…
Reference in New Issue
Block a user