Text · 1510 bytes Raw Blame History
1 # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
2 # ┃ Autostart Configuration ┃
3 # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
4
5 source = ~/.config/hypr/config/defaults.conf
6
7 # Autostart wiki https://wiki.hyprland.org/Configuring/Keywords/#executing
8
9 exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/limine-splash.png -m fill
10 exec-once = waybar &
11 exec-once = fcitx5 -d &
12 exec-once = mako &
13 exec-once = nm-applet --indicator &
14 exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
15 exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
16
17 # ## Slow app launch fix
18 exec-once = systemctl --user import-environment &
19 exec-once = hash dbus-update-activation-environment 2>/dev/null &
20 exec-once = dbus-update-activation-environment --systemd &
21
22 # ## file chooser integration and auth prompts
23 exec-once = /usr/bin/lxqt-policykit &
24
25 # ## Idle configuration
26 exec-once = $idlehandler
27
28 # Clipboard History (Wayland + primary selection)
29 exec-once = bash -lc "/usr/bin/wl-paste --watch /usr/bin/cliphist store &"
30 exec-once = bash -lc "/usr/bin/wl-paste --primary --watch /usr/bin/cliphist store &"
31