diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/ly/ly/module.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix index 0c8f5f85..6870f793 100644 --- a/modules/by-name/ly/ly/module.nix +++ b/modules/by-name/ly/ly/module.nix @@ -68,6 +68,10 @@ in { custom_sesions = "${customSessionsDir}"; + # Clear the screen before starting up (otherwise error messages might linger on + # it.) + start_cmd = "clear"; + # Clear the password on failure. clear_password = true; |
