Files
nixos/packages/hyprland/custom/autostart.conf
T
2025-05-14 09:41:47 -05:00

13 lines
264 B
Plaintext

#################
### AUTOSTART ###
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
$terminal = kitty
$bar = hyprpanel
exec-once = $terminal
exec-once = $bar