swayidle: Fix resume command

This commit is contained in:
Erwin Boskma 2024-04-25 13:01:13 +02:00
parent 1a0876407c
commit 3fd7c9de7e
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -362,7 +362,7 @@ in
{
timeout = 1200;
command = "${pkgs.wlr-randr}/bin/wlr-randr ${poweroffOpts}";
resumeCommand = "${pkgs.wlr-randr}/bin/wlr-randr '${resumeOpts}'";
resumeCommand = "${pkgs.wlr-randr}/bin/wlr-randr ${resumeOpts}";
}
];
};