Releases from this project are meant only as records of major changes. There will be automatic attachments generated by GitHub, but to get the latest version download the zip from the green Code button on the main page.
Major changes:
- Fixed services log output on distros like AlmaLinux/RHEL/Arcolinux
- New shortcuts and shortcut fixes (VSCode, Chrome)
- App class: 'firefox-esr' (found on Debian 12)
- Support for Cinnamon Wayland session on Mint 21.3 (beta)
- Hyprland support officially tested and working
- KDE Plasma 6 support (working on Plasma 6 beta)
- Support for monitoring Synergy log for loss of screen focus
- Sample script to process XDG Autostart folders (see notes below)
The XDG Autostart script is meant for use with window managers like Hyprland that might not be set up to automatically process the files placed ~/.config/autostart when you log in. It's a simple way to enable such environments to behave the same way as a full desktop environment like GNOME, and auto-load the Toshy tray icon (and another very important item in the autostart folder that makes the Toshy services actually start up correctly).
Sticking with the Hyprland example, you can put a line like this in the hyprland.conf file:
exec-once = [path to your home folder]/.config/toshy/scripts/XDG-Autostart-processor.shObviously, don't do this if you have enabled some other means of making sure things in ~/.config/autostart are launched in the same way that most full Linux desktop environments are set up to do at login.
Happy Holidays!
Auto-generated release notes:
What's Changed
- Fix missing services log output by @RedBearAK in #108
- Remove notes about fixed journal output issue by @RedBearAK in #109
- Change branch of "Application Switcher" script by @RedBearAK in #111
- Cmd+Grave toggle VSCode term, Chrome shortcuts by @RedBearAK in #112
- KDE ver detection, VSCode terminal shortcuts by @RedBearAK in #113
- Synergy and Wayland+Cinnamon support by @RedBearAK in #118
- Update debugging comments by @RedBearAK in #119
- Add some refs to Wayland+Cinnamon support by @RedBearAK in #120
- Add Hyprland Cmd+Space override by @RedBearAK in #121
- Update notes about Hyprland support by @RedBearAK in #122
- Minor README updates by @RedBearAK in #123
- Add sample XDG Autostart processor script by @RedBearAK in #124
- Fix missing Wayland XML on ARM Debian, firefox-esr class by @RedBearAK in #126
Full Changelog: Toshy_v23.11...Toshy_v23.12