remove obsolete package (xwaylandvideobridge)

This commit is contained in:
2026-06-08 23:37:53 +02:00
parent a997801371
commit ea445a63a7
2 changed files with 0 additions and 13 deletions

View File

@@ -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("batsignal -b -e -w 30 -c 20 -d 10 -f 100"))
hl.exec_cmd(utils.uwsm("blueman-applet")) hl.exec_cmd(utils.uwsm("blueman-applet"))
hl.exec_cmd(utils.uwsm("udiskie --tray")) hl.exec_cmd(utils.uwsm("udiskie --tray"))
hl.exec_cmd(utils.uwsm("xwaylandvideobridge"))
end) end)

View File

@@ -28,18 +28,6 @@ hl.window_rule({
no_focus = true, 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 -- Gnome calculator is floating
hl.window_rule({ hl.window_rule({
match = { class = "^(org.gnome.Calculator)$" }, match = { class = "^(org.gnome.Calculator)$" },