mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-09 15:15:13 +02:00
remove obsolete package (xwaylandvideobridge)
This commit is contained in:
@@ -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