mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: force floating window sizes
This commit is contained in:
parent
8f4fe686a5
commit
d3a253c1b3
2 changed files with 6 additions and 6 deletions
|
|
@ -7752,13 +7752,13 @@ Currently, I am too lazy to explain every option here, but most of it is very se
|
|||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 0.8, sticky enable, border normal, move container to scratchpad";
|
||||
command = "resize set width 60 ppt height 60 ppt, opacity 0.8, sticky enable, border normal, move container to scratchpad";
|
||||
criteria = {
|
||||
title = "^kittyterm$";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 0.95, sticky enable, border normal, move container to scratchpad";
|
||||
command = "resize set width 60 ppt height 60 ppt, opacity 0.95, sticky enable, border normal, move container to scratchpad";
|
||||
criteria = {
|
||||
title = "^spotifytui$";
|
||||
};
|
||||
|
|
@ -7778,7 +7778,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se
|
|||
};
|
||||
}
|
||||
{
|
||||
command = "sticky enable";
|
||||
command = "resize set width 60 ppt height 60 ppt, sticky enable";
|
||||
criteria = {
|
||||
app_id = "discord";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -183,13 +183,13 @@ in
|
|||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 0.8, sticky enable, border normal, move container to scratchpad";
|
||||
command = "resize set width 60 ppt height 60 ppt, opacity 0.8, sticky enable, border normal, move container to scratchpad";
|
||||
criteria = {
|
||||
title = "^kittyterm$";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "opacity 0.95, sticky enable, border normal, move container to scratchpad";
|
||||
command = "resize set width 60 ppt height 60 ppt, opacity 0.95, sticky enable, border normal, move container to scratchpad";
|
||||
criteria = {
|
||||
title = "^spotifytui$";
|
||||
};
|
||||
|
|
@ -209,7 +209,7 @@ in
|
|||
};
|
||||
}
|
||||
{
|
||||
command = "sticky enable";
|
||||
command = "resize set width 60 ppt height 60 ppt, sticky enable";
|
||||
criteria = {
|
||||
app_id = "discord";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue