this post was submitted on 09 Jun 2026
9 points (100.0% liked)
Linux Mint
354 readers
1 users here now
A community for news and discussion about linux mint
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think Mint's still on X11 so you should be able to control the mouse with
xdotool.Assuming the tray icon is in the same place every time, you could write a command with
xdotoolthat moves the mouse cursor over the tray icon and clicks it; then just map that command to the appropriate key binding through Mint's in-built key binding settings.That's pretty creative, though my tray icons switch around based on what's there. I suppose I could automate icon detection with screenshots of the icons and
ImageSearch()ing via Keysharp... but I realize that I didn't describe what I was really hoping for accurately; aside from certain icons like the Wi-Fi icon (which I'd wanna interact with via Win+A), I'm also generally hoping to get the actual, manual box-highlighting feature and just arrow over to the one I want and smack Enter. Oh, well. I'll try to keepxdotoolin mind for the future, though! Yes, Mint's definitely still on X11, as far as I know... I wonder what catastrophes await its Wayland shift...