forked from Shinonome/dots-hyprland
2fc464123f
wlsunset doesn't work w/o manually passing the latitude and longitude. gammastep can retrieve geolocation from geoclue so it works out of the box for everyone.
23 lines
796 B
Plaintext
23 lines
796 B
Plaintext
# Bar, wallpaper
|
|
exec-once = swww-daemon --format xrgb
|
|
exec-once = /usr/lib/geoclue-2.0/demos/agent
|
|
exec-once = ags &
|
|
|
|
# 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
|
|
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
|
|
|
|
# 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
|