config: Expand on window matching (#5518)
* Expand on window matching * Requested changes
This commit is contained in:
parent
f47c89d495
commit
e69bc5b870
2 changed files with 29 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue