aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-15 16:53:42 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-15 16:53:42 -0400
commit0ed6501aa4f173ded561d97f09301e211600c507 (patch)
treebb86b9cc6bcaaa19a829091ca4ca4505f3013f47 /sway
parent7f9ed880b0b102a1c9765d8b32e025ca778a57d5 (diff)
downloadsway-0ed6501aa4f173ded561d97f09301e211600c507.tar.xz
Set WLC_IDLE_TIME to 0
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;