Fixed typo

This commit is contained in:
Alejandro Angulo 2022-09-21 21:56:45 -07:00
parent b62d40336c
commit b1385d5911

View file

@ -28,7 +28,7 @@
} }
{ {
timeout = 600; 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'"; resumeCommand = "${pkgs.sway}/bin/swaymsg 'output * dpms on'";
} }
]; ];