This extension for Vicinae allows you to run a command with the GSK_RENDERER=gl environment variable set.
To install the wayrunner extension to your local vicinae build, simply run the following commands in the vicinae-wayrunner-extension directory:
npm install
npm run buildThis should install the extension wayrunner to ~/.local/share/vicinae/extensions/wayrunner.
- Invoke Vicinae.
- Type
wayrunneror the command name you have set. - Press tab and enter the command/program you want to run prefixed.
- Press Tab again to go back to the first command ("wayrunner").
- Press Enter.
The command will be executed in the background.
This extension/codebase was entirely written by Googles Gemini-CLI Agentic Code Assistant.