mirror of
https://github.com/fairyglade/ly.git
synced 2026-08-07 05:32:02 +00:00
corners: Break up "keys" into individual keys
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -41,7 +41,7 @@ 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 battery",
|
||||
corner_top_left: []const u8 = "shutdown,restart,britup,britdown,password 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",
|
||||
|
||||
Reference in New Issue
Block a user