feat: make zoom windows floating
parent
bc480b218a
commit
bbd480f511
|
@ -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 ];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue