Add missing quote in command
This commit is contained in:
parent
037fef7c48
commit
c1c05d5574
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue