mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 19:11:26 +03:00
update docs
This commit is contained in:
@@ -52,7 +52,7 @@ in {
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${cfg.package}/bin/lan-mouse --daemon";
|
||||
ExecStart = "${cfg.package}/bin/lan-mouse daemon";
|
||||
};
|
||||
Install.WantedBy = [
|
||||
(lib.mkIf config.wayland.windowManager.hyprland.systemd.enable "hyprland-session.target")
|
||||
@@ -65,7 +65,7 @@ in {
|
||||
config = {
|
||||
ProgramArguments = [
|
||||
"${cfg.package}/bin/lan-mouse"
|
||||
"--daemon"
|
||||
"daemon"
|
||||
];
|
||||
KeepAlive = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user