aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 5a4bde9..44fa5ba 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -1,5 +1,5 @@
1# Software list. 1# Software list.
2# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags vim picom 2# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags vim picom scrot
3 3
4# Magical environment variables. 4# Magical environment variables.
5 5
@@ -64,6 +64,10 @@ if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi
64 64
65# Useful function. Much wow! 65# Useful function. Much wow!
66 66
67screenshot() {
68 scrot -s -e 'xclip -selection clipboard -t image/png -i $f && rm $f'
69}
70
67backup() { 71backup() {
68 CWD=$(pwd) 72 CWD=$(pwd)
69 VHOME=/home/$USER/Vault 73 VHOME=/home/$USER/Vault