simple-crosshair-overlay
simple-crosshair-overlay copied to clipboard
Linux Support
Hurdles:
- [ ] use tray-icon in a way that works on Linux given GTK's extra requirements. I need to deal with some moderately complex linux-only hurdles to move state between the tray icon and the rest of the application as per https://github.com/tauri-apps/tray-icon/issues/99
- [ ] run on x11-only systems (may be working, but untested. Lower priority than Wayland.)
- [ ] run on Wayland-only systems
- [ ] keyboard input. As per https://github.com/ostrosco/device_query/issues/77 device-query can not work on Wayland. Alternatively, if Wayland allows me to register global hotkeys (similar to winapi) then a complete rewrite of the keyboard input system would allow the app to still mostly work as intended, but in adjust mode the window would require focus. https://github.com/tauri-apps/global-hotkey/issues/28 is a good tracking issue for this approach.