diff --git a/home/fhauser/applications/sway.nix b/home/fhauser/applications/sway.nix index 6eb1282..07550d4 100644 --- a/home/fhauser/applications/sway.nix +++ b/home/fhauser/applications/sway.nix @@ -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 ''; };