mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
# 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 = 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 bash -c 'cliphist store && qs -c $qsConfig ipc call cliphistService update'
|
|
exec-once = wl-paste --type image --watch bash -c 'cliphist store && qs -c $qsConfig ipc call cliphistService update'
|
|
|
|
# Cursor
|
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
|
|
|
# Fix dock pinned apps not launching properly (https://github.com/end-4/dots-hyprland/issues/2200)
|
|
# exec-once = sleep 3.5 && hyprctl reload && sleep 0.5 && touch ~/.config/quickshell/ii/shell.qml
|
|
|
|
# For fedora to setup polkit
|
|
exec-once = /usr/libexec/kf6/polkit-kde-authentication-agent-1
|