commit abf9a1916dee747ff0d0f1a6506622eb93262ff4
parent fb766b3fe4b4d031feb13fbff0a0cd2a7068167b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 16 Sep 2022 15:59:34 +0200
users/vincent: make chrome-* not stealing sway bindings
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix
@@ -172,6 +172,11 @@ in
criteria = { title = "(Blue Jeans)|(Meet)|(Zoom Meeting)"; };
command = "inhibit_idle visible";
}
+ # for_window [app_id="^chrome-.*"] shortcuts_inhibitor disable
+ {
+ criteria = { app_id = "^chrome-.*"; };
+ command = "shortcuts_inhibitor disable";
+ }
];
startup = [
{ command = "dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY DBUS_SESSION_BUS_ADDRESS SWAYSOCK XDG_SESSION_TYPE XDG_SESSION_DESKTOP XDG_CURRENT_DESKTOP"; } #workaround