mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
remove obsolete package (xwaylandvideobridge)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)$" },
|
||||
|
||||
Reference in New Issue
Block a user