How to exit HUDIY and access rpi desktop

Post Reply
alex124.rh
Posts: 16
Joined: Thu Jul 31, 2025 9:18 am

How to exit HUDIY and access rpi desktop

Post by alex124.rh »

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
hudiy
Site Admin
Posts: 21
Joined: Mon Jul 14, 2025 7:42 pm

Re: How to exit HUDIY and access rpi desktop

Post by hudiy »

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.
alex124.rh
Posts: 16
Joined: Thu Jul 31, 2025 9:18 am

Re: How to exit HUDIY and access rpi desktop

Post by alex124.rh »

Perfect thank you, I had tried this but it was a dodgy keyboard issue.
Post Reply