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 = [