Add workaround for chrome key grab
This commit is contained in:
parent
414d87aae3
commit
553c454812
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue