chore: update hyprland windowrule syntax
This commit is contained in:
parent
4456977b9e
commit
c540e9cc73
3 changed files with 155 additions and 96 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue