diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-09-13 11:50:08 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 413db615c9b28adc0b28bec89d15e0f23e35fff4 (patch) | |
| tree | 579af530ee00a41ed651b907a38dc6acd72e8549 /home-manager/homeModules | |
| parent | ba61a533183d8e2b83bcd83e1282cdd8dbbd98ec (diff) | |
fix(hyprland): update a windowrule for firefox's Picture-in-Picture
Diffstat (limited to 'home-manager/homeModules')
| -rw-r--r-- | home-manager/homeModules/hyprland.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/homeModules/hyprland.nix b/home-manager/homeModules/hyprland.nix index f500a52..3bab526 100644 --- a/home-manager/homeModules/hyprland.nix +++ b/home-manager/homeModules/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ pkgs, lib, config, inputs, ... }: { imports = [ @@ -38,7 +38,7 @@ wayland.windowManager.hyprland = { enable = true; - package = pkgs.hyprland; + package = pkgs.unstable.hyprland; settings = { "$scripts" = "${./attachments/hypr-scripts}"; "$mainMod" = "SUPER"; @@ -104,7 +104,7 @@ "float, title:^(Firrfox — Sharing Indicator)$" "noborder, title:^(Firefox — Sharing Indicator)$" "rounding 0, title:^(Firefox — Sharing Indicator)$" - "float, title:^(firefox)$, title:^(Picture-in-Picture)$" + "float, class:^(firefox)$, title:^(Picture-in-Picture)$" "pin, title:^(firefox)$, title:^(Picture-in-Picture)$" "float, title:^(Save File)$" "pin, title:^(Save File)$" |
