mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 00:16:22 +01:00
Don't set WLC_DIM on startup
This commit is contained in:
parent
5c85c018b4
commit
fd061d4dc4
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ int main(int argc, char **argv) {
|
||||||
} else {
|
} else {
|
||||||
init_log(L_ERROR);
|
init_log(L_ERROR);
|
||||||
}
|
}
|
||||||
setenv("WLC_DIM", "0", 0);
|
|
||||||
wlc_log_set_handler(wlc_log_handler);
|
wlc_log_set_handler(wlc_log_handler);
|
||||||
detect_proprietary();
|
detect_proprietary();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue