Skip to content

Commit

Permalink
Don't set WLC_DIM on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew DeVault committed Mar 24, 2016
1 parent 5c85c01 commit fd061d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sway/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ int main(int argc, char **argv) {
} else {
init_log(L_ERROR);
}
setenv("WLC_DIM", "0", 0);
wlc_log_set_handler(wlc_log_handler);
detect_proprietary();

Expand Down

0 comments on commit fd061d4

Please sign in to comment.