summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/hypr/hyprland.conf16
-rw-r--r--home-config/nix-home-manager/home.nix1
2 files changed, 17 insertions, 0 deletions
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
178bind = $mainMod, N, exec, makoctl dismiss 178bind = $mainMod, N, exec, makoctl dismiss
179bind = $mainMod SHIFT, N, exec, makoctl dismiss -a 179bind = $mainMod SHIFT, N, exec, makoctl dismiss -a
180 180
181# Window Rules
182
183# Firefox PiP
184windowrulev2 = float, class:^(firefox)$, title:^(Picture-in-Picture)$
185windowrulev2 = pin, class:^(firefox)$, title:^(Picture-in-Picture)$
186windowrulev2 = size 578 326, class:^(firefox)$, title:^(Picture-in-Picture)$
187
188# Firefox Sharing Indicator
189windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$
190windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$
191windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$
192
193# Weather
194windowrulev2 = float,class:^(ala-wttr)$
195windowrulev2 = size 740 712, class:^(ala-wttr)$
196
181exec-once = ~/.config/hypr/autostart.sh 197exec-once = ~/.config/hypr/autostart.sh
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index 5ee8d22..d19051c 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -28,6 +28,7 @@
28 # # "Hello, world!" when run. 28 # # "Hello, world!" when run.
29 # pkgs.hello 29 # pkgs.hello
30 yt-dlp 30 yt-dlp
31 xdg-desktop-portal-hyprland
31 32
32 # # It is sometimes useful to fine-tune packages, for example, by applying 33 # # It is sometimes useful to fine-tune packages, for example, by applying
33 # # overrides. You can do that directly here, just don't forget the 34 # # overrides. You can do that directly here, just don't forget the