summaryrefslogtreecommitdiffstats
path: root/xbindkeysrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-02-16 22:40:44 -0500
committerJesse Luehrs <doy@tozt.net>2018-02-16 22:41:33 -0500
commitad09af465e5f1fa06fb16ffe765fe22d80aaa442 (patch)
tree0e357def4df39a7e31c30c7de11a36613b5ec8c8 /xbindkeysrc
parent9c05a565941f0b9cf2d5569e9ede167779226bc9 (diff)
downloadconf-ad09af465e5f1fa06fb16ffe765fe22d80aaa442.tar.gz
conf-ad09af465e5f1fa06fb16ffe765fe22d80aaa442.zip
add a keybinding for pasting from CLIPBOARD
since a lot of things are using that unconditionally these days
Diffstat (limited to 'xbindkeysrc')
-rw-r--r--xbindkeysrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbindkeysrc b/xbindkeysrc
index 3b4c4bf..e881019 100644
--- a/xbindkeysrc
+++ b/xbindkeysrc
@@ -57,3 +57,6 @@
"kill_focused CONT"
XF86Explorer
+
+"xclip -selection CLIPBOARD -o | xargs -0 -n1 xdotool type --clearmodifiers --delay 0"
+ Control + Insert + Release