summaryrefslogtreecommitdiff
path: root/dot/local/bin/cutbuffer_pop
diff options
context:
space:
mode:
Diffstat (limited to 'dot/local/bin/cutbuffer_pop')
-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