mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 07:01:57 -07:00
monitor: arrange monitors on connect and disconnect
This commit is contained in:
@@ -36,6 +36,7 @@ CMonitor::~CMonitor() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CMonitor::onConnect(bool noRule) {
|
void CMonitor::onConnect(bool noRule) {
|
||||||
|
CScopeGuard x = {[]() { g_pCompositor->arrangeMonitors(); }};
|
||||||
|
|
||||||
if (output->supportsExplicit) {
|
if (output->supportsExplicit) {
|
||||||
inTimeline = CSyncTimeline::create(output->getBackend()->drmFD());
|
inTimeline = CSyncTimeline::create(output->getBackend()->drmFD());
|
||||||
@@ -234,6 +235,7 @@ void CMonitor::onDisconnect(bool destroy) {
|
|||||||
return;
|
return;
|
||||||
g_pEventManager->postEvent(SHyprIPCEvent{"monitorremoved", szName});
|
g_pEventManager->postEvent(SHyprIPCEvent{"monitorremoved", szName});
|
||||||
EMIT_HOOK_EVENT("monitorRemoved", this);
|
EMIT_HOOK_EVENT("monitorRemoved", this);
|
||||||
|
g_pCompositor->arrangeMonitors();
|
||||||
}};
|
}};
|
||||||
|
|
||||||
if (renderTimer) {
|
if (renderTimer) {
|
||||||
|
Reference in New Issue
Block a user