mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
i always forget about this fml
This commit is contained in:
parent
14c76ac03f
commit
c194ca26c0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void CWindowManager::setupRandrMonitors() {
|
||||||
|
|
||||||
xcb_flush(DisplayConnection);
|
xcb_flush(DisplayConnection);
|
||||||
|
|
||||||
if (monitors.size() == 0 || true) {
|
if (monitors.size() == 0) {
|
||||||
// RandR failed!
|
// RandR failed!
|
||||||
Debug::log(WARN, "RandR failed!");
|
Debug::log(WARN, "RandR failed!");
|
||||||
monitors.clear();
|
monitors.clear();
|
||||||
|
|
Loading…
Reference in a new issue