13 lines
264 B
Plaintext
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 = ags run
|
|
|
|
exec-once = $terminal
|
|
# exec-once = $bar
|
|
|