summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-06-11 01:02:40 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-06-11 01:02:40 -0400
commitbbdc3d8697ff3025d655de5174e7b9f18926263a (patch)
tree6fe0036d19e0131f089516cfb2b602f7c8ad0397 /home-config/hypr
parent98217a4c29e7fedefdbadf1db6a2d3abbd3bbbc0 (diff)
added hyprland config, added hyprland desktop portal
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprland.conf16
1 files changed, 16 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