trackpad gestures for switching workspaces - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
seninha
Long time nixers
The only touchpad gestures I use are those to simulate the mouse:
  • One-finger tap simulates left click.
  • Two-finger tap simulates middle click.
  • Three-finger tap simulates right click.
  • Two-finger scroll simulates both vertical and horizontal scrolling.
  • One-finger scroll after a one-finger double tap simulates drag-and-drop.

These are the commands I use to set this on OpenBSD:
Code:
synclient TapButton1=1
synclient TapButton2=2
synclient TapButton3=3
synclient AccelFactor=0
synclient HorizTwoFingerScroll=1

Unfortunately, I don't think there is a way to set proper gestures on OpenBSD (that is, binding gestures to commands). I thought on setting hot-corners (which are not touchpad gestures, but a mouse thing) to open the desktop menu, but then I remembered that I use multi monitors, so there is no way to the pointer be stopped by barriers on the corner of the monitor.


Messages In This Thread
RE: trackpad gestures for switching workspaces - by seninha - 11-03-2021, 09:54 AM