Add option to center env name (#683)

This commit is contained in:
llc0930
2024-08-09 16:44:49 +00:00
committed by GitHub
parent c87d5b4e7a
commit b84158e1c0
6 changed files with 19 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ shutdown_cmd: []const u8 = "/sbin/shutdown -a now",
shutdown_key: []const u8 = "F1",
sleep_cmd: ?[]const u8 = null,
sleep_key: []const u8 = "F3",
text_in_center: bool = false,
tty: u8 = build_options.tty,
vi_default_mode: ViMode = .normal,
vi_mode: bool = false,