swayidle: Fix resume command
This commit is contained in:
parent
1a0876407c
commit
3fd7c9de7e
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ in
|
||||||
{
|
{
|
||||||
timeout = 1200;
|
timeout = 1200;
|
||||||
command = "${pkgs.wlr-randr}/bin/wlr-randr ${poweroffOpts}";
|
command = "${pkgs.wlr-randr}/bin/wlr-randr ${poweroffOpts}";
|
||||||
resumeCommand = "${pkgs.wlr-randr}/bin/wlr-randr '${resumeOpts}'";
|
resumeCommand = "${pkgs.wlr-randr}/bin/wlr-randr ${resumeOpts}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue