commit 0ed6501aa4f173ded561d97f09301e211600c507
parent 7f9ed880b0b102a1c9765d8b32e025ca778a57d5
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 15 Aug 2015 16:53:42 -0400
Set WLC_IDLE_TIME to 0
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sway/main.c b/sway/main.c
@@ -22,6 +22,7 @@ int main(int argc, char **argv) {
sway_log(L_ERROR, "Config load failed, aborting sway post init!");
}
+ setenv("WLC_IDLE_TIME", "0", 0);
setenv("WLC_DIM", "0", 0);
if (!wlc_init(&interface, argc, argv)) {
return 1;