mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
|
|
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
|
|
exec-once = uwsm app -- elephant
|
|
exec-once = uwsm app -- hyprpaper
|
|
exec-once = uwsm app -- swaync
|
|
exec-once = uwsm app -- walker --gapplication-service &
|
|
exec-once = uwsm app -- waybar
|
|
|
|
|