mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 22:14:20 +02:00
Automatically detect TTY (closes #795)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
5924db58e1
commit
ee97f3b5e1
4 changed files with 81 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue