Personal NixOS flake

feat(hyprland): add windowrules for firefox picture-in-picture

+6
+6
home/emily/gui/hyprland/default.nix
··· 87 87 "nofocus" 88 88 "noinitialfocus" 89 89 "opacity 0.0 override" 90 + ]) ++ (mkRules "class:^(firefox)$, title:^(Picture-in-Picture)$" [ 91 + "pin" 92 + "float" 93 + "noinitialfocus" 94 + "size 320 180" 95 + "move 100%-w-3 100%-w-3" 90 96 ]); 91 97 92 98 decoration = {