Changed type_username default from true to false.

This commit is contained in:
garopoulos 2026-03-19 16:48:11 +02:00
commit d6577b40e4
2 changed files with 2 additions and 2 deletions

View file

@ -348,7 +348,7 @@ start_cmd = $CONFIG_DIRECTORY/ly/startup.sh
text_in_center = false
# Allow typing username manually
type_username = true
type_username = false
# Default vi mode
# normal -> normal mode

View file

@ -89,7 +89,7 @@ sleep_cmd: ?[]const u8 = null,
sleep_key: []const u8 = "F3",
start_cmd: ?[]const u8 = null,
text_in_center: bool = false,
type_username: bool = true,
type_username: bool = false,
vi_default_mode: ViMode = .normal,
vi_mode: bool = false,
waylandsessions: []const u8 = build_options.prefix_directory ++ "/share/wayland-sessions",