From bbdc3d8697ff3025d655de5174e7b9f18926263a Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 11 Jun 2023 01:02:40 -0400 Subject: added hyprland config, added hyprland desktop portal --- home-config/hypr/hyprland.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'home-config/hypr/hyprland.conf') diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index e4056c4..5df73de 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -178,4 +178,20 @@ bind = $mainMod SHIFT, Print, exec, grimblast edit area bind = $mainMod, N, exec, makoctl dismiss bind = $mainMod SHIFT, N, exec, makoctl dismiss -a +# Window Rules + +# Firefox PiP +windowrulev2 = float, class:^(firefox)$, title:^(Picture-in-Picture)$ +windowrulev2 = pin, class:^(firefox)$, title:^(Picture-in-Picture)$ +windowrulev2 = size 578 326, class:^(firefox)$, title:^(Picture-in-Picture)$ + +# Firefox Sharing Indicator +windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ +windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ +windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ + +# Weather +windowrulev2 = float,class:^(ala-wttr)$ +windowrulev2 = size 740 712, class:^(ala-wttr)$ + exec-once = ~/.config/hypr/autostart.sh -- cgit v1.2.3