diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-15 16:53:42 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-15 16:53:42 -0400 |
commit | 0ed6501aa4f173ded561d97f09301e211600c507 (patch) | |
tree | bb86b9cc6bcaaa19a829091ca4ca4505f3013f47 /sway | |
parent | 7f9ed880b0b102a1c9765d8b32e025ca778a57d5 (diff) | |
download | sway-0ed6501aa4f173ded561d97f09301e211600c507.tar.xz |
Set WLC_IDLE_TIME to 0
Diffstat (limited to 'sway')
-rw-r--r-- | sway/main.c | 1 |
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; |