feat: make zoom windows floating

main
mandlm 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

@ -92,6 +92,15 @@
xdg.portal = { xdg.portal = {
enable = true; enable = true;
wlr.enable = true; wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-gtk
];
config = {
common = {
default = [ "wlr" "gtk" ];
};
};
}; };
services.udev.packages = [ pkgs.yubikey-personalization ]; services.udev.packages = [ pkgs.yubikey-personalization ];

View File

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