Hyprland: Start waybar early to make the systray icons appear.
Before that, waybar was started through the set-wallpaper.sh script which was executed with an 'exec-once', but it caused nextcloud/element to start before waybar and therefore their icon would not appear in systray.
This commit is contained in:
parent
edcc4db0c7
commit
e375785297
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ source = ~/.config/hypr/windowrules.conf
|
|||
|
||||
|
||||
# Exec once
|
||||
exec-once = waybar
|
||||
exec-once = artix-pipewire-launcher restart
|
||||
exec-once = nm-applet
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
|
Loading…
Reference in a new issue