13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
exec-once = waybar &
|
|
exec-once = hyprpaper &
|
|
exec-once = qs &
|
|
|