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 | |
parent | 98217a4c29e7fedefdbadf1db6a2d3abbd3bbbc0 (diff) |
added hyprland config, added hyprland desktop portal
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/hypr/hyprland.conf | 16 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
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 | |||
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 |
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 |