A "one-click" portable wrapper for running the Windows version of LiveSplit on Linux with full Global Hotkey support.
- Global Hotkeys: Works even when LiveSplit isn't focused.
- Pre-configured: Includes the necessary Wine prefix for fonts and .NET.
- No Install: Just extract and run.
- Download the latest
LiveSplit-Portable-Linux.zipfrom the Releases tab. - Extract the folder.
- Run the following command once to allow hotkeys:
sudo usermod -aG input $USER(Then log out and back in). - Double-click
Run.sh. - In LiveSplit, go to Control -> Start TCP Server.
If it doesn't start, ensure you have zenity installed for error popups.
- Ensure you have added yourself to the
inputgroup. You can do this by runningsudo usermod -aG input $USER(Then log out and back in). - Try restarting your computer if logging out didn't work.
- Ensure you restart the application after any hotkey changes (A fix is coming soon).
The download is large due to the packaging of wine within it. This wine is preconfigured with the libraries needed to run livesplit properly
I am not the owner of livesplit. Just a fellow speedrunner :) Credits to
- descawed for live-split-hotkeys (https://github.com/descawed/live-split-hotkeys)
- LiveSplit for the original application (https://github.com/LiveSplit/LiveSplit)