mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 21:44:20 +02:00
config: Better document corner customisation
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
954e90b3bd
commit
e1696a4e73
2 changed files with 10 additions and 5 deletions
|
|
@ -41,8 +41,8 @@ colormix_col2: u32 = 0x000000FF,
|
|||
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",
|
||||
corner_top_left: []const u8 = "keys battery",
|
||||
corner_top_right: []const u8 = "clock numlock,capslock",
|
||||
custom_bind_width: ?u32 = null,
|
||||
custom_sessions: []const u8 = build_options.config_directory ++ "/ly/custom-sessions",
|
||||
default_input: Input = .login,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue