dispatchers: add cyclenext hist option (#9055)

This commit is contained in:
Alexander 2025-02-03 04:34:30 +03:00 committed by GitHub
parent 44004abc01
commit 708d166360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 67 additions and 57 deletions

View file

@ -148,7 +148,7 @@ class CKeybindManager {
static bool tryMoveFocusToMonitor(PHLMONITOR monitor);
static void moveWindowOutOfGroup(PHLWINDOW pWindow, const std::string& dir = "");
static void moveWindowIntoGroup(PHLWINDOW pWindow, PHLWINDOW pWindowInDirection);
static void switchToWindow(PHLWINDOW PWINDOWTOCHANGETO);
static void switchToWindow(PHLWINDOW PWINDOWTOCHANGETO, bool preserveFocusHistory = false);
static uint64_t spawnRawProc(std::string, PHLWORKSPACE pInitialWorkspace);
static uint64_t spawnWithRules(std::string, PHLWORKSPACE pInitialWorkspace);