Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i3 config for multitouch paste on pb11/pb14 #61

Open
itdaniher opened this issue May 16, 2017 · 0 comments
Open

i3 config for multitouch paste on pb11/pb14 #61

itdaniher opened this issue May 16, 2017 · 0 comments

Comments

@itdaniher
Copy link

As is unfortunately well-documented at this juncture, the touchpad on the pb takes shortcuts to implement multitouch functionality, submitting the "cortana" code of Mod4+s on 3-finger tap, aka middle click on civilised touchpads.

As a perfectly effective workaround, the following can be included in the i3 configuration file:

bindsym Mod4+s exec xdotool click 2

xdotool will need to be included in the list of packages for this workaround.

FYI my full i3 config can be found at http://sprunge.us/CBcO, note it requires the addition of 'suckless terminal' aka 'st' to be applied as-is, but includes useful things like:

bindsym Mod4+l exec i3lock

which may have more universal appeal.

Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant