34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# Bar, wallpaper
|
|
exec-once = swww-daemon --format xrgb
|
|
exec-once = /usr/lib/geoclue-2.0/demos/agent & gammastep
|
|
exec-once = ags &
|
|
|
|
exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6
|
|
|
|
exec = gsettings set org.gnome.desktop.interface gtk-theme "Nordic" # for GTK3 apps
|
|
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
|
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps
|
|
|
|
# Input method
|
|
exec-once = fcitx5
|
|
|
|
# Core components (authentication, lock screen, notification daemon)
|
|
exec-once = hypridle
|
|
exec-once = dbus-update-activation-environment --all
|
|
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
|
exec-once = hyprpm reload
|
|
|
|
exec-once = python ../../ags/scripts/wayland-idle-inhibitor.py
|
|
|
|
# Audio
|
|
exec-once = easyeffects --gapplication-service
|
|
|
|
# Clipboard: history
|
|
# exec-once = wl-paste --watch cliphist store &
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
|
|
# Cursor
|
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
|
|