Deploy cludge for chromium

This commit is contained in:
nathan mccarty 2022-07-05 12:11:23 -04:00
parent c4acff4721
commit 6186bdf1d1
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 7 additions and 0 deletions

View File

@ -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