18 lines
550 B
Plaintext
18 lines
550 B
Plaintext
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
|
|
exec-once = waybar
|
|
exec-once = hyprpaper
|
|
exec-once = sleep 1 && hyprctl hyprpaper reload ,/home/stereov/.config/wallpaper/current.png
|
|
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
|
|
|