From ad09af465e5f1fa06fb16ffe765fe22d80aaa442 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 16 Feb 2018 22:40:44 -0500 Subject: add a keybinding for pasting from CLIPBOARD since a lot of things are using that unconditionally these days --- xbindkeysrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xbindkeysrc') 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 -- cgit v1.2.3-54-g00ecf