mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 22:52:37 +00:00
17 lines
467 B
Plaintext
17 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 = pidof hyprpaper | uwsm app -- hyprpaper
|
|
exec-once = pidof hypridle | uwsm app -- hypridle
|
|
exec-once = uwsm app -- hyprlauncher -d
|
|
exec-once = uwsm app -- elephant
|
|
exec-once = uwsm app -- swaync
|
|
exec-once = uwsm app -- waybar
|
|
exec-once = uwsm app -- clipse -listen
|
|
|