Autostart

This guide will help you configure Noti to start automatically.

Understanding Environment Variables

Before proceeding, note that Noti respects the following environment variables:

VariableDefault PathDescription
$XDG_DATA_HOME~/.local/shareUser-specific data files
$XDG_CONFIG_HOME~/.configUser-specific configuration files

WARNING:
Paths may vary depending on your distribution or desktop environment. Ensure the configuration file is readable by Noti if placed in a non-default location.

Autostarting Noti

There are two ways to autostart the notification daemon:

  1. Within a Wayland session (Recommended) Simpler and integrates with your desktop session.

  2. Without a Wayland session (Advanced) For headless/embedded setups or non-session environments.

NOTE:
This documentation assumes a systemd-based Linux distribution. If you use OpenRC, SysV, or another init system, please adapt the examples or contribute a guide.