Merge pull request 'disable sway autosuspend for now' (#49) from disable-autosuspend into main
Reviewed-on: #49
This commit is contained in:
commit
d8d0c79da5
1 changed files with 4 additions and 4 deletions
|
@ -43,10 +43,10 @@ in {
|
||||||
command = "${screen-off-script}";
|
command = "${screen-off-script}";
|
||||||
resumeCommand = "${resume-script}";
|
resumeCommand = "${resume-script}";
|
||||||
}
|
}
|
||||||
{
|
#{
|
||||||
timeout = 900;
|
# timeout = 900;
|
||||||
command = "${suspend-script}";
|
# command = "${suspend-script}";
|
||||||
}
|
#}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue