Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dotfiles/.config/hypr/conf/autostart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# Start Listeners
exec-once=~/.config/ml4w/listeners.sh --startall

# Fix for #1604: Hyprland doesn't activate graphical-session.target, so portal services
# never autostart without this. --ignore-dependencies bypasses that broken dependency chain.
exec-once = systemctl --user start --ignore-dependencies xdg-desktop-portal-hyprland.service xdg-desktop-portal.service

# Start Polkit
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

Expand Down