keybinds: attempt to wrap around if fallback is allowed in movefocus
fixes #8909
This commit is contained in:
parent
94381e5999
commit
365caa49ff
3 changed files with 69 additions and 34 deletions
|
|
@ -123,6 +123,7 @@ class CCompositor {
|
|||
void changeWindowZOrder(PHLWINDOW, bool);
|
||||
void cleanupFadingOut(const MONITORID& monid);
|
||||
PHLWINDOW getWindowInDirection(PHLWINDOW, char);
|
||||
PHLWINDOW getWindowInDirection(const CBox& box, PHLWORKSPACE pWorkspace, char dir, PHLWINDOW ignoreWindow = nullptr, bool useVectorAngles = false);
|
||||
PHLWINDOW getNextWindowOnWorkspace(PHLWINDOW, bool focusableOnly = false, std::optional<bool> floating = {});
|
||||
PHLWINDOW getPrevWindowOnWorkspace(PHLWINDOW, bool focusableOnly = false, std::optional<bool> floating = {});
|
||||
WORKSPACEID getNextAvailableNamedWorkspace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue