Add missing quote in command

This commit is contained in:
Yorick Barbanneau 2023-09-09 22:07:16 +02:00
parent 037fef7c48
commit c1c05d5574

View file

@ -10,7 +10,7 @@
{ {
timeout = 600; timeout = 600;
command = "swaymsg 'output * dpms off'"; command = "swaymsg 'output * dpms off'";
resumeCommand = "swaymsg 'output * dpms on"; resumeCommand = "swaymsg 'output * dpms on'";
} }
]; ];
events = [ events = [