mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
26 lines
1 KiB
Text
26 lines
1 KiB
Text
# Bar, wallpaper
|
|
exec-once = ~/.config/hypr/hyprland/scripts/start_geoclue_agent.sh
|
|
exec-once = qs -c $qsConfig &
|
|
|
|
# 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-kde-authentication-agent-1 || /usr/libexec/polkit-kde-authentication-agent-1 || /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
|
|
|
|
# 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
|
|
|