Running Noctalia
Autostart by your Wayland compositor
Section titled “Autostart by your Wayland compositor”This is the recommended method for launching noctalia, as it integrates with your window manager.
For the Niri compositor, add the following line to the end of your configuration file, typically located at ~/.config/niri/config.kdl
spawn-at-startup "noctalia"For the Hyprland compositor, append this line to your configuration file, typically located at ~/.config/hypr/hyprland.conf
exec-once = noctaliaIf your compositor expects startup commands to return after the shell has initialized, run Noctalia in daemon mode:
noctalia --daemonDaemon mode returns after the shell has initialized. The optional polkit authentication agent starts asynchronously after the UI is up.
Manual Launch for Debugging
Section titled “Manual Launch for Debugging”The most direct way to run Noctalia for testing or debugging. Open a terminal and execute:
noctalia