Deploy cludge for chromium
This commit is contained in:
parent
c4acff4721
commit
6186bdf1d1
|
@ -69,6 +69,13 @@ with lib;
|
||||||
app_id = "pinentry-qt";
|
app_id = "pinentry-qt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
# Work around for chrome ui bug
|
||||||
|
{
|
||||||
|
command = "shortcuts_inhibitor disable";
|
||||||
|
criteria = {
|
||||||
|
app_id = "^chrome-.*__-.*$";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# Use windows key as modifier
|
# Use windows key as modifier
|
||||||
|
|
Loading…
Reference in New Issue