You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec-once = zsh -c 'sleep 1' && ps aux | rg ' [w]aybar' || while true; do (waybar); done
when i use the keyboard shortcut to restart hyprland:
bind = SUPER_ALT, r, exit,
workspace indicators are gone, it'd be nice if waybar worked with session restore, wl-restart will eventually become a must-have, although it isn't yet.
The text was updated successfully, but these errors were encountered:
I start my session with:
command = "${pkgs.wl-restart}/bin/wl-restart -n 20 ${pkgs.hyprland}/bin/Hyprland > /dev/null";
waybar is then automatically started with:
exec-once = zsh -c 'sleep 1' && ps aux | rg ' [w]aybar' || while true; do (waybar); done
when i use the keyboard shortcut to restart hyprland:
bind = SUPER_ALT, r, exit,
workspace indicators are gone, it'd be nice if waybar worked with session restore, wl-restart will eventually become a must-have, although it isn't yet.
The text was updated successfully, but these errors were encountered: