nick99nack Admin

Joined: 30 Aug 2023 Age: 30 Posts: 171 Location: NJ, USA
|
Posted: Mon Sep 18, 2023 1:27 am Post subject: [Guide] Workaround for middle click paste on ThinkPads |
|
|
For months I've been trying to get rid of the very annoying middle click paste on Linux on my ThinkPad T14 AMD. Finally I found something that works, even if it is hacky. Original post is here but here are the steps:
1. Install xbindkeys xsel xdotool
2. Place the following text in ~/.xbindkeysrc
| Code: | "echo -n | xsel -n -i; pkill xbindkeys; xdotool click 2; xbindkeys"
b:2 + Release |
3. run xbindkeys -p
4. Make xbindkeys run on startup
It's silly and hacky, but it does work, at least for me. _________________ If you like browsing without an ad blocker, you might also like getting rid of your virus scanner, and running around with your pants down. --SomeGuy, 2016 |
|