feat: make zoom windows floating

This commit is contained in:
Michael Mandl 2023-12-11 07:38:39 +01:00
parent bc480b218a
commit bbd480f511
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 12 additions and 0 deletions

View file

@ -78,12 +78,15 @@ in
"*" = {
hide_cursor = "5000";
};
};
defaultWorkspace = "1";
focus.newWindow = "urgent";
floating.criteria = [{ app_id = "zoom"; floating = true; }];
fonts = {
names = [ font.name ];
size = font.size;