29 lines
1010 B
Plaintext
29 lines
1010 B
Plaintext
# Bar, wallpaper
|
|
exec-once = swww-daemon --format xrgb
|
|
exec-once = /usr/lib/geoclue-2.0/demos/agent & gammastep
|
|
exec-once = agsv1 &
|
|
|
|
# Input method
|
|
exec-once = fcitx5
|
|
|
|
# Core components (authentication, lock screen, notification daemon)
|
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1
|
|
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 dbus-launch --autolaunch=$(cat /var/lib/dbus/machine-id) i3
|
|
|
|
# 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
|
|
|