mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 14:04:20 +02:00
Decouple save file path from config directory (closes #1025)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
a41ebe8f6f
commit
78c7c2e2e8
4 changed files with 25 additions and 10 deletions
|
|
@ -80,7 +80,7 @@ margin_box_v: u8 = 1,
|
|||
numlock: bool = false,
|
||||
path: ?[]const u8 = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
restart_key: ?[]const u8 = "F2",
|
||||
save: bool = true,
|
||||
save_file_dir: ?[]const u8 = build_options.config_directory ++ "/ly",
|
||||
service_name: [:0]const u8 = "ly",
|
||||
session_log: ?[]const u8 = "ly-session.log",
|
||||
setup_cmd: []const u8 = build_options.config_directory ++ "/ly/setup.sh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue