Remove options superseded by corner customisation

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-07-06 17:20:05 +02:00
parent 7eae544418
commit 954e90b3bd
4 changed files with 66 additions and 56 deletions

View File

@@ -45,6 +45,11 @@ const removed_properties = [_][]const u8{
"wayland_cmd",
"console_dev",
"load",
// Migrating these isn't worth the effort so just say we removed them
"hide_key_hints",
"hide_keyboard_locks",
"hide_version_string",
"show_tty",
};
pub var auto_eight_colors: bool = true;