mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-07 16:35:59 +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);
|
||||
|
||||
if (monitors.size() == 0 || true) {
|
||||
if (monitors.size() == 0) {
|
||||
// RandR failed!
|
||||
Debug::log(WARN, "RandR failed!");
|
||||
monitors.clear();
|
||||
|
|
Loading…
Reference in a new issue