mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-26 06:45:58 +01:00
forgot to remove debug line
This commit is contained in:
parent
029c66b2bc
commit
4ddc5fdb3a
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ void CWindowManager::setupRandrMonitors() {
|
||||||
void CWindowManager::setupManager() {
|
void CWindowManager::setupManager() {
|
||||||
setupRandrMonitors();
|
setupRandrMonitors();
|
||||||
|
|
||||||
if (1 || monitors.size() == 0) {
|
if (monitors.size() == 0) {
|
||||||
// RandR failed!
|
// RandR failed!
|
||||||
Debug::log(WARN, "RandR failed!");
|
Debug::log(WARN, "RandR failed!");
|
||||||
|
|
||||||
|
@ -899,4 +899,4 @@ void CWindowManager::updateBarInfo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
statusBar.setCurrentWorkspace(activeWorkspaces[getMonitorFromCursor()->ID]);
|
statusBar.setCurrentWorkspace(activeWorkspaces[getMonitorFromCursor()->ID]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue