about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:26:18 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:26:18 +0100
commit9f4fa10c9d20b91e57ae3b41a8b308c22a845b88 (patch)
treef0afa41a40612febb425b5077e48f4665e9b4904 /modules/by-name
parentmodules/ly: Make the river desktop target available to ly (diff)
downloadnixos-config-9f4fa10c9d20b91e57ae3b41a8b308c22a845b88.zip
modules/ly: Try to clear the screen before drawing interface
Diffstat (limited to '')
-rw-r--r--modules/by-name/ly/ly/module.nix4
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;