mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
16 lines
467 B
Plaintext
16 lines
467 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 -- hyprpaper
|
|
exec-once = pidof hypridle | uwsm app -- hypridle
|
|
exec-once = pidof hyprlauncher | uwsm app -- hyprlauncher -d
|
|
exec-once = pidof swaync | uwsm app -- swaync
|
|
exec-once = pidof waybar | uwsm app -- waybar
|
|
exec-once = uwsm app -- clipse -listen
|
|
|