From a9a314838173e282b515ba77278b66e1f1bc8239 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 20 Jul 2023 18:10:26 -0500 Subject: [PATCH] feat(hypr): add xwaylandvideobridge --- dots/.config/hypr/hyprland.conf | 1 + dots/.config/hypr/wm/window-rules.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 dots/.config/hypr/wm/window-rules.conf diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf index acf1b9a1..80ed1aae 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -10,3 +10,4 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = /usr/lib/kdeconnectd exec-once = blueman-applet +exec-once = xwaylandvideobridge diff --git a/dots/.config/hypr/wm/window-rules.conf b/dots/.config/hypr/wm/window-rules.conf new file mode 100644 index 00000000..0cd60bea --- /dev/null +++ b/dots/.config/hypr/wm/window-rules.conf @@ -0,0 +1,7 @@ +windowrule = noblur,fullscreen:1,title:^(gromit-mpx)$ + +# Xwayland Video Bridge Rules +windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ +windowrulev2 = noanim,class:^(xwaylandvideobridge)$ +windowrulev2 = nofocus,class:^(xwaylandvideobridge)$ +windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$