15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
|
|
exec-once = waybar & hyprpaper
|
|
exec-once = swaync
|
|
|
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark'
|
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
|
|
exec-once = flatpak run com.seafile.Client
|