binds: add ignoreMods flag

This commit is contained in:
Vaxry
2023-10-17 20:09:54 +01:00
parent 784f8a88fb
commit a0b675ec9e
3 changed files with 12 additions and 5 deletions

View File

@@ -23,12 +23,14 @@ struct SKeybind {
bool mouse = false;
bool nonConsuming = false;
bool transparent = false;
bool ignoreMods = false;
// DO NOT INITIALIZE
bool shadowed = false;
};
enum eFocusWindowMode {
enum eFocusWindowMode
{
MODE_CLASS_REGEX = 0,
MODE_TITLE_REGEX,
MODE_ADDRESS,