mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Changed type_username default from true to false.
This commit is contained in:
parent
075f621e26
commit
d6577b40e4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue