This website requires JavaScript.
Explore
Help
Sign In
wgester
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
forked from
colonelpanic/dotfiles
Code
Pull Requests
Activity
dotfiles
/
dotfiles
/
lib
/
bin
/
screenshot.sh
6 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
[Linux] Add screenshot shell command
2016-10-18 14:09:51 -07:00
#!/usr/bin/env bash
[Linux] Avoid showing rofi in screenshot
2017-02-01 00:38:22 -08:00
args
=
"
$(
rofi -input /dev/null -dmenu
)
"
sleep
1
scrot
$args
Copy Permalink