mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
49 lines
877 B
Plaintext
49 lines
877 B
Plaintext
windowrule {
|
|
name = windowrule-1
|
|
opacity = 0.0 override
|
|
no_anim = on
|
|
no_initial_focus = on
|
|
max_size = 1 1
|
|
no_blur = on
|
|
no_focus = on
|
|
match:class = ^(xwaylandvideobridge)$
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-2
|
|
no_blur = on
|
|
match:class = ^(org.gnome.Nautilus)$
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-3
|
|
idle_inhibit = fullscreen
|
|
match:class = .*
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-4
|
|
idle_inhibit = always
|
|
match:content = video
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-5
|
|
idle_inhibit = always
|
|
match:content = game
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-6
|
|
idle_inhibit = always
|
|
match:fullscreen_state_internal = client
|
|
match:fullscreen_state_client = 2
|
|
}
|
|
|
|
windowrule {
|
|
name = windowrule-7
|
|
idle_inhibit = always
|
|
match:fullscreen_state_internal = internal
|
|
match:fullscreen_state_client = 2
|
|
}
|