aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/userscripts/yank
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/userscripts/yank')
-rwxr-xr-xconfig/qutebrowser/userscripts/yank3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/qutebrowser/userscripts/yank b/config/qutebrowser/userscripts/yank
new file mode 100755
index 0000000..a235041
--- /dev/null
+++ b/config/qutebrowser/userscripts/yank
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+echo "$QUTE_URL" | xclip -selection clipboard -i;