From b1385d5911c3e712b0e161fe063c03199d28291d Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Wed, 21 Sep 2022 21:56:45 -0700 Subject: [PATCH] Fixed typo --- users/alejandro/sway/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/alejandro/sway/sway.nix b/users/alejandro/sway/sway.nix index b103435..cbb92a2 100644 --- a/users/alejandro/sway/sway.nix +++ b/users/alejandro/sway/sway.nix @@ -28,7 +28,7 @@ } { timeout = 600; - command = "${pkgs.sway}/bin/swaymsg 'ouput * dpms off'"; + command = "${pkgs.sway}/bin/swaymsg 'output * dpms off'"; resumeCommand = "${pkgs.sway}/bin/swaymsg 'output * dpms on'"; } ];