mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 06:24:20 +02:00
Remove config.save_file
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
7b9f03176d
commit
37061269a4
4 changed files with 47 additions and 49 deletions
|
|
@ -35,7 +35,6 @@ path: ?[:0]const u8 = "/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/
|
|||
restart_cmd: []const u8 = "/sbin/shutdown -r now",
|
||||
restart_key: []const u8 = "F2",
|
||||
save: bool = true,
|
||||
save_file: []const u8 = build_options.config_directory ++ "/ly/save",
|
||||
service_name: [:0]const u8 = "ly",
|
||||
shutdown_cmd: []const u8 = "/sbin/shutdown -a now",
|
||||
shutdown_key: []const u8 = "F1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue