commit a092df52da9f73bd4d019597209495fcb2debbd2
parent 6c233bdb8f374d02832e94c310fc8415fe15535d
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 16 Aug 2015 13:04:45 -0400
Remove WLC_IDLE_TIME environment variable
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/main.c b/sway/main.c
@@ -22,7 +22,6 @@ int main(int argc, char **argv) {
sway_log(L_ERROR, "Errors loading config!");
}
- setenv("WLC_IDLE_TIME", "0", 0);
setenv("WLC_DIM", "0", 0);
if (!wlc_init(&interface, argc, argv)) {
return 1;