mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Remove WLC_IDLE_TIME environment variable
This commit is contained in:
parent
6c233bdb8f
commit
a092df52da
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ int main(int argc, char **argv) {
|
||||||
sway_log(L_ERROR, "Errors loading config!");
|
sway_log(L_ERROR, "Errors loading config!");
|
||||||
}
|
}
|
||||||
|
|
||||||
setenv("WLC_IDLE_TIME", "0", 0);
|
|
||||||
setenv("WLC_DIM", "0", 0);
|
setenv("WLC_DIM", "0", 0);
|
||||||
if (!wlc_init(&interface, argc, argv)) {
|
if (!wlc_init(&interface, argc, argv)) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue