mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 16:41:53 -07:00
Multiple focus handling changes
This commit is contained in:
@@ -54,7 +54,7 @@ std::string workspacesRequest() {
|
||||
}
|
||||
|
||||
std::string activeWindowRequest() {
|
||||
const auto PWINDOW = g_pCompositor->getWindowFromSurface(g_pCompositor->m_pLastFocus);
|
||||
const auto PWINDOW = g_pCompositor->m_pLastWindow;
|
||||
|
||||
if (!g_pCompositor->windowValidMapped(PWINDOW))
|
||||
return "Invalid";
|
||||
|
Reference in New Issue
Block a user