mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
Remove options superseded by corner customisation
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
7eae544418
commit
954e90b3bd
4 changed files with 62 additions and 52 deletions
|
|
@ -42,7 +42,7 @@ colormix_col3: u32 = 0x20000000,
|
|||
corner_bottom_left: []const u8 = "version",
|
||||
corner_bottom_right: []const u8 = "labels",
|
||||
corner_top_left: []const u8 = "keys",
|
||||
corner_top_right: []const u8 = "clock tty",
|
||||
corner_top_right: []const u8 = "clock",
|
||||
custom_bind_width: ?u32 = null,
|
||||
custom_sessions: []const u8 = build_options.config_directory ++ "/ly/custom-sessions",
|
||||
default_input: Input = .login,
|
||||
|
|
@ -67,9 +67,6 @@ gameoflife_initial_density: f32 = 0.4,
|
|||
hibernate_cmd: ?[]const u8 = null,
|
||||
hibernate_key: []const u8 = "F4",
|
||||
hide_borders: bool = false,
|
||||
hide_key_hints: bool = false,
|
||||
hide_keyboard_locks: bool = false,
|
||||
hide_version_string: bool = false,
|
||||
inactivity_cmd: ?[]const u8 = null,
|
||||
inactivity_delay: u16 = 0,
|
||||
initial_info_text: ?[]const u8 = null,
|
||||
|
|
@ -92,7 +89,6 @@ session_log: ?[]const u8 = "ly-session.log",
|
|||
setup_cmd: []const u8 = build_options.config_directory ++ "/ly/setup.sh",
|
||||
shell: bool = true,
|
||||
show_password_key: []const u8 = "F7",
|
||||
show_tty: bool = false,
|
||||
shutdown_cmd: []const u8 = "/sbin/shutdown -a now",
|
||||
shutdown_key: []const u8 = "F1",
|
||||
sleep_cmd: ?[]const u8 = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue