Add workaround for chrome key grab

This commit is contained in:
Fabian Hauser 2022-10-25 13:58:56 +02:00
parent 414d87aae3
commit 553c454812

View file

@ -119,6 +119,9 @@ in rec {
# Disable the laptop screen when the lid is closed.
bindswitch --reload lid:on output eDP-1 disable
bindswitch --reload lid:off output eDP-1 enable
# Workaround for https://bugs.chromium.org/p/chromium/issues/detail?id=1338554
for_window [app_id="^chrome-.*-.*$"] shortcuts_inhibitor disable
'';
};