10 lines
485 B
Plaintext
Executable File
10 lines
485 B
Plaintext
Executable File
# Needs To start first
|
|
exec-once = hypridle
|
|
exec-once = hyprpaper
|
|
# now via:
|
|
exec-once = bash -c 'sleep 2 && ~/.config/hypr/scripts/wallpapers/random_wallpaper.sh > ~/.config/hypr/scripts/wallpapers/random_wallpaper.log'
|
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
exec-once = systemctl --user start hyprpolkitagent
|
|
exec-once = sleep 2 && hyprctl reload
|