chore: update hyprland windowrule syntax

This commit is contained in:
danny 2025-11-25 16:12:58 +08:00
parent 4456977b9e
commit c540e9cc73
3 changed files with 155 additions and 96 deletions

View file

@ -27,10 +27,12 @@ in
systemd.user.services.uxplay = {
wantedBy = [ "default.target" ];
serviceConfig = {
Restart = "on-failure";
RestartSec = 5;
Type = "simple";
ExecStart = "${pkgs.uxplay}/bin/uxplay ${
optionalString (hostname != null) "-n ${hostname} -fs -fps 60 -nh"
} -p";
optionalString (hostname != null) "-n ${hostname}"
} -fps 60 -nh -p";
};
};