fix(hyprland): float+pin vibetyper Recording Indicator #3
@@ -400,6 +400,22 @@ in {
|
|||||||
match.initial_title = ".*streamlabs.com.*";
|
match.initial_title = ".*streamlabs.com.*";
|
||||||
no_blur = true;
|
no_blur = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
match = {
|
||||||
|
class = "^vibe-typer$";
|
||||||
|
title = "^Recording Indicator$";
|
||||||
|
};
|
||||||
|
# 1.5.x renders a small bottom-center panel, not a fullscreen overlay.
|
||||||
|
# Without float it gets tiled by dwindle and clipped to tile size.
|
||||||
|
float = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
match = {
|
||||||
|
class = "^vibe-typer$";
|
||||||
|
title = "^Recording Indicator$";
|
||||||
|
};
|
||||||
|
pin = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
match = {
|
match = {
|
||||||
class = "^vibe-typer$";
|
class = "^vibe-typer$";
|
||||||
|
|||||||
Reference in New Issue
Block a user