desktop: silence start-hyprland VT output to keep retained splash
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
0ea1abd7aa
commit
ef621295d7
1 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,12 @@
|
|||
# flash between splash and Hyprland).
|
||||
greeterManagesPlymouth = true;
|
||||
settings.default_session = {
|
||||
command = "${config.programs.hyprland.package}/bin/start-hyprland";
|
||||
# start-hyprland prints an ASCII logo to the VT, which repaints the
|
||||
# console over the retained splash frame — silence it (Hyprland still
|
||||
# logs to $XDG_RUNTIME_DIR/hypr/*/hyprland.log).
|
||||
command = toString (pkgs.writeShellScript "hyprland-session" ''
|
||||
exec ${config.programs.hyprland.package}/bin/start-hyprland >/dev/null 2>&1
|
||||
'');
|
||||
user = "fred";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue