I read that there are limitations on libappindicator so that we can only show a context menu for the tray icon on linux (https://github.com/tauri-apps/tray-icon/issues/104)
I know a lot of apps can handle left and right click:
- Nextcloud (Right: Context menu, Left: Tray popup)
- Webcord, discord, keepass, signal ( Right: context menu, left: open app)
I'm wondering how they managed it if the tray components have no clue if I clicked left or right ?
Is there a way to open a custom window on click instead ?