diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-11 01:02:40 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-11 01:02:40 -0400 |
| commit | bbdc3d8697ff3025d655de5174e7b9f18926263a (patch) | |
| tree | 6fe0036d19e0131f089516cfb2b602f7c8ad0397 /home-config/hypr | |
| parent | 98217a4c29e7fedefdbadf1db6a2d3abbd3bbbc0 (diff) | |
added hyprland config, added hyprland desktop portal
Diffstat (limited to 'home-config/hypr')
| -rw-r--r-- | home-config/hypr/hyprland.conf | 16 |
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 | |||
| 178 | bind = $mainMod, N, exec, makoctl dismiss | 178 | bind = $mainMod, N, exec, makoctl dismiss |
| 179 | bind = $mainMod SHIFT, N, exec, makoctl dismiss -a | 179 | bind = $mainMod SHIFT, N, exec, makoctl dismiss -a |
| 180 | 180 | ||
| 181 | # Window Rules | ||
| 182 | |||
| 183 | # Firefox PiP | ||
| 184 | windowrulev2 = float, class:^(firefox)$, title:^(Picture-in-Picture)$ | ||
| 185 | windowrulev2 = pin, class:^(firefox)$, title:^(Picture-in-Picture)$ | ||
| 186 | windowrulev2 = size 578 326, class:^(firefox)$, title:^(Picture-in-Picture)$ | ||
| 187 | |||
| 188 | # Firefox Sharing Indicator | ||
| 189 | windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | ||
| 190 | windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | ||
| 191 | windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | ||
| 192 | |||
| 193 | # Weather | ||
| 194 | windowrulev2 = float,class:^(ala-wttr)$ | ||
| 195 | windowrulev2 = size 740 712, class:^(ala-wttr)$ | ||
| 196 | |||
| 181 | exec-once = ~/.config/hypr/autostart.sh | 197 | exec-once = ~/.config/hypr/autostart.sh |
