aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-04 23:59:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-04 23:59:41 +1200
commitceb9413cc401249aa241971a3f2ca4fc54f3739b (patch)
treeac994bf0f62751f5e39ccf9cd67aec9b0e5ad6df /X
parentRemove i3 workspace labels for now (diff)
downloaddotfiles-ceb9413cc401249aa241971a3f2ca4fc54f3739b.tar.gz
dotfiles-ceb9413cc401249aa241971a3f2ca4fc54f3739b.zip
Add clipboard copy to scrot screen snap
This needs to be made into a separate script, really.
Diffstat (limited to 'X')
-rw-r--r--X/sxhkdrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/X/sxhkdrc b/X/sxhkdrc
index 189e7405..31cd4144 100644
--- a/X/sxhkdrc
+++ b/X/sxhkdrc
@@ -32,7 +32,7 @@ super + v
urxvtcd -e "$VISUAL"
super + shift + s
- scrot --exec 'mkdir -pv -- "$$HOME"/screenshots && mv -v -- $f "$$HOME"/screenshots' --freeze --select
+ scrot --exec 'xclip -selection clipboard -target image/png -i $f ; mkdir -p "$$HOME"/screenshots && mv -- $f "$$HOME"/screenshots' --freeze --select
super + slash
i3lock --color=#000000 --image ~/.i3/lock.png --nofork