crucial fixes to full damage tracking 🎉
should now be mostly usable
This commit is contained in:
parent
500cbd135f
commit
8369f2980a
2 changed files with 5 additions and 3 deletions
|
|
@ -223,6 +223,9 @@ void CKeybindManager::changeworkspace(std::string args) {
|
|||
// focus
|
||||
g_pInputManager->refocus();
|
||||
|
||||
// mark the monitor dirty
|
||||
g_pHyprRenderer->damageMonitor(PMONITOR);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue