summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-09-14 02:06:14 -0400
committerAndrew Cady <d@jerkface.net>2021-09-14 02:06:14 -0400
commit619460b2a356a4093538cb3799964bec3b4b6b59 (patch)
treecee938054879d9a77dcae5d3f2ed35761976691c
parent2fcc9ad27c5f2d8ca58df22eb7f9920c634b279c (diff)
fixed cutbuffer stack feature
-rwxr-xr-xdot/local/bin/cutbuffer_pop2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/cutbuffer_pop b/dot/local/bin/cutbuffer_pop
index 6b314e5..6a693c6 100755
--- a/dot/local/bin/cutbuffer_pop
+++ b/dot/local/bin/cutbuffer_pop
@@ -75,7 +75,7 @@ set -x
75exec 2> /tmp/cbp.log 75exec 2> /tmp/cbp.log
76 76
77xcb -s 0 < "$f" 77xcb -s 0 < "$f"
78xcb -p 0 | xsel 78xsel --input < "$f"
79mkdir -p .popped 79mkdir -p .popped
80mv "$f" -t .popped 80mv "$f" -t .popped
81 81