Automatically detect TTY (closes #795)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-09-07 17:44:50 +02:00
commit ee97f3b5e1
No known key found for this signature in database
4 changed files with 81 additions and 8 deletions

View file

@ -72,7 +72,6 @@ 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,
waylandsessions: []const u8 = build_options.prefix_directory ++ "/share/wayland-sessions",