mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Set WLC_IDLE_TIME to 0
This commit is contained in:
parent
7f9ed880b0
commit
0ed6501aa4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue