Fix cycleprev bug introduced in 46891b12cf (#1213) (#1242)
This commit is contained in:
parent
99ca1ad353
commit
11ba6afdd3
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ std::any CHyprMasterLayout::layoutMessage(SLayoutMessageHeader header, std::stri
|
||||||
|
|
||||||
const bool inheritFullscreen = prepareLoseFocus(PWINDOW);
|
const bool inheritFullscreen = prepareLoseFocus(PWINDOW);
|
||||||
|
|
||||||
const auto PPREVWINDOW = getNextWindow(PWINDOW, true);
|
const auto PPREVWINDOW = getNextWindow(PWINDOW, false);
|
||||||
switchToWindow(PPREVWINDOW);
|
switchToWindow(PPREVWINDOW);
|
||||||
prepareNewFocus(PPREVWINDOW, inheritFullscreen);
|
prepareNewFocus(PPREVWINDOW, inheritFullscreen);
|
||||||
} else if (message == "swapnext") {
|
} else if (message == "swapnext") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue