add bins and alternatives
This commit is contained in:
parent
a935bb9893
commit
9f3594e0d3
21 changed files with 210 additions and 10 deletions
5
data/home/.local/bin/screenshot.sh
Executable file
5
data/home/.local/bin/screenshot.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
name="screenshot-$(date +%s).png"
|
||||
gnome-screenshot -a -f /tmp/$name
|
||||
xclip -selection clipboard -t image/png -i /tmp/$name
|
Loading…
Add table
Add a link
Reference in a new issue