From ea445a63a7db17e30ea6dd5a6d391055c2da997c Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 8 Jun 2026 23:37:53 +0200 Subject: [PATCH] remove obsolete package (xwaylandvideobridge) --- .config/hypr/lua/autostart.lua | 1 - .config/hypr/lua/window_rules.lua | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/.config/hypr/lua/autostart.lua b/.config/hypr/lua/autostart.lua index 0fb7e08..543c734 100644 --- a/.config/hypr/lua/autostart.lua +++ b/.config/hypr/lua/autostart.lua @@ -15,5 +15,4 @@ hl.on("hyprland.start", function () hl.exec_cmd(utils.uwsm("batsignal -b -e -w 30 -c 20 -d 10 -f 100")) hl.exec_cmd(utils.uwsm("blueman-applet")) hl.exec_cmd(utils.uwsm("udiskie --tray")) - hl.exec_cmd(utils.uwsm("xwaylandvideobridge")) end) diff --git a/.config/hypr/lua/window_rules.lua b/.config/hypr/lua/window_rules.lua index 43d0a25..51cf8c4 100644 --- a/.config/hypr/lua/window_rules.lua +++ b/.config/hypr/lua/window_rules.lua @@ -28,18 +28,6 @@ hl.window_rule({ no_focus = true, }) --- xwaylandvideobridge fix -hl.window_rule({ - match = { class = "^(xwaylandvideobridge)$" }, - float = true, - opacity = "0.0 override", - no_anim = true, - no_initial_focus = true, - max_size = { 1, 1 }, - no_blur = true, - no_focus = true, -}) - -- Gnome calculator is floating hl.window_rule({ match = { class = "^(org.gnome.Calculator)$" },