config: Expand on window matching (#5518)

* Expand on window matching

* Requested changes
This commit is contained in:
SoSeDiK 2024-04-21 17:19:59 +03:00 committed by GitHub
parent f47c89d495
commit e69bc5b870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 3 deletions

View file

@ -32,9 +32,12 @@ struct SKeybind {
enum eFocusWindowMode {
MODE_CLASS_REGEX = 0,
MODE_INITIAL_CLASS_REGEX,
MODE_TITLE_REGEX,
MODE_INITIAL_TITLE_REGEX,
MODE_ADDRESS,
MODE_PID
MODE_PID,
MODE_ACTIVE_WINDOW
};
struct SPressedKeyWithMods {