20 lines
365 B
Plaintext
20 lines
365 B
Plaintext
# background processes
|
|
|
|
## update tealdeer/tldr
|
|
exec-once=tldr --update
|
|
## start dsearch file indexer
|
|
exec-once=dsearch serve --workers 1 --root ~ --exclude-hidden
|
|
## start a polkit agent
|
|
exec-once=systemctl --user start hyprpolkitagent
|
|
## first-run UI
|
|
exec-once=~/.config/sdgos/firstrun.sh
|
|
|
|
|
|
# UI
|
|
exec-once=ghostty
|
|
|
|
|
|
## start DankMaterial Shell
|
|
exec-once=dms run
|
|
|