Better eww
This commit is contained in:
@@ -24,7 +24,11 @@
|
||||
|
||||
|
||||
startupScript = pkgs.writeShellScriptBin "hyprland-start" ''
|
||||
${pkgs.eww}/bin/eww open bar &
|
||||
# Wait for the managed daemon rather than letting `eww open` spawn its own:
|
||||
# at login the socket may not be bound yet, and a self-spawned client daemon
|
||||
# would orphan the service's one, leaving unclosable windows behind.
|
||||
(${pkgs.custom.eww-ensure-daemon}/bin/eww-ensure-daemon \
|
||||
&& ${pkgs.eww}/bin/eww open bar --screen 0) &
|
||||
${pkgs.awww}/bin/awww-daemon &
|
||||
${pkgs.awww}/bin/awww restore &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user