Hi there, hope i’ve not missed the obvious but can’t get out of the Hudiy so that i can change config json etc
Thanks
How to exit HUDIY and access rpi desktop
Re: How to exit HUDIY and access rpi desktop
Hello,
you can close Hudiy by pressing Alt + F4 or via SSH by executing the pkill hudiy command.
Another, more advanced method is to use the API and register your own custom action, which can later be bound to (for example) a menu item (https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu) or shortcut (https://github.com/wiboma/hudiy/blob/ma ... #shortcuts). We prepared an example how to handle custom actions at https://github.com/wiboma/hudiy/blob/ma ... hAction.py. In the code that handles your custom action, you can execute pkill hudiy command.
you can close Hudiy by pressing Alt + F4 or via SSH by executing the pkill hudiy command.
Another, more advanced method is to use the API and register your own custom action, which can later be bound to (for example) a menu item (https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu) or shortcut (https://github.com/wiboma/hudiy/blob/ma ... #shortcuts). We prepared an example how to handle custom actions at https://github.com/wiboma/hudiy/blob/ma ... hAction.py. In the code that handles your custom action, you can execute pkill hudiy command.
-
- Posts: 18
- Joined: Thu Jul 31, 2025 9:18 am
Re: How to exit HUDIY and access rpi desktop
Perfect thank you, I had tried this but it was a dodgy keyboard issue.