Views:
6,758β
Votes: 2β
Tags:
linux-mint
x11
mouse
accessibility
Link:
π See Original Answer on Unix & Linux β§ π
URL:
https://unix.stackexchange.com/q/484332
Title:
Is there a linux equivalent to Mac's "Shake to Find Cursor"?
ID:
/2018/11/27/Is-there-a-linux-equivalent-to-Mac_s-_Shake-to-Find-Cursor__
Created:
November 27, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
If you want to find your mouse pointer in a sea of pixels you can tap and release the Control key.
If you are running Ubuntu w/Unity Desktop or Ubuntu w/Gnome Desktop run:
gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer true
If you no longer want mouse pointer revealed reverse itβs effect with:
gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer false
Hereβs what it looks like enabled: