diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-28 22:55:28 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-28 22:55:28 -0400 |
commit | c23b60f866a687aa6ae3618265f47ae63c9c5b64 (patch) | |
tree | c75d58973f8309cf9e996dfef751bed2608ef777 /home-config/hypr/hyprland.conf | |
parent | 1c3f6332247dbd7f27bd89779a93bf39d5297f39 (diff) |
wttr popup fix, firefox on nix, fontconfig fixes
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index c3e5049..12e97c5 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -241,7 +241,7 @@ windowrulev2 = suppressevent fullscreen maximize, class:^(firefox)$, title:^(Fir | |||
241 | 241 | ||
242 | # Weather | 242 | # Weather |
243 | windowrulev2 = float,class:^(ala-wttr)$ | 243 | windowrulev2 = float,class:^(ala-wttr)$ |
244 | windowrulev2 = size 740 712, class:^(ala-wttr)$ | 244 | windowrulev2 = size 822 1026, class:^(ala-wttr)$ |
245 | 245 | ||
246 | # Floating terminal | 246 | # Floating terminal |
247 | windowrulev2 = float,class:^(float-foot)$ | 247 | windowrulev2 = float,class:^(float-foot)$ |