mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 14:11:59 -07:00
config: Expand on window matching (#5518)
* Expand on window matching * Requested changes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user