mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 06:24:20 +02:00
Make code more portable + remove mcookie usage
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
1314c57796
commit
61f3fadfbf
9 changed files with 82 additions and 132 deletions
|
|
@ -28,7 +28,6 @@ lang: []const u8 = "en",
|
|||
load: bool = true,
|
||||
margin_box_h: u8 = 2,
|
||||
margin_box_v: u8 = 1,
|
||||
mcookie_cmd: [:0]const u8 = build_options.prefix_directory ++ "/bin/mcookie",
|
||||
min_refresh_delta: u16 = 5,
|
||||
numlock: bool = false,
|
||||
path: ?[:0]const u8 = "/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue