aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-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) {
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;