summaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 061564e2..fedffdf7 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -22,6 +22,7 @@ int main(int argc, char **argv) {
22 sway_log(L_ERROR, "Config load failed, aborting sway post init!"); 22 sway_log(L_ERROR, "Config load failed, aborting sway post init!");
23 } 23 }
24 24
25 setenv("WLC_IDLE_TIME", "0", 0);
25 setenv("WLC_DIM", "0", 0); 26 setenv("WLC_DIM", "0", 0);
26 if (!wlc_init(&interface, argc, argv)) { 27 if (!wlc_init(&interface, argc, argv)) {
27 return 1; 28 return 1;