From c1c05d5574127a1c5216313157533ec41dc7f965 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 9 Sep 2023 22:07:16 +0200 Subject: [PATCH] Add missing quote in command --- modules/home/desktop/sway/swayidle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/sway/swayidle.nix b/modules/home/desktop/sway/swayidle.nix index 82f17d0..34d7c8f 100644 --- a/modules/home/desktop/sway/swayidle.nix +++ b/modules/home/desktop/sway/swayidle.nix @@ -10,7 +10,7 @@ { timeout = 600; command = "swaymsg 'output * dpms off'"; - resumeCommand = "swaymsg 'output * dpms on"; + resumeCommand = "swaymsg 'output * dpms on'"; } ]; events = [