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