diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 15:25:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 15:25:46 +0900 |
| commit | ccc8148dbc6bc5202bc91a06047677bcb7068fd3 (patch) | |
| tree | e864bdab65e7ce01e6565710909d957302f599af /config/hypr/configs/WindowRules.conf | |
| parent | dbd225f9d575285edb89074031a7b9c536dcd3bf (diff) | |
vrr was set to unset
Diffstat (limited to 'config/hypr/configs/WindowRules.conf')
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index cc90e6ee..e6bea4f3 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -41,6 +41,7 @@ windowrulev2 = opacity 0.9 0.7, class:^(firefox)$ windowrulev2 = opacity 0.9 0.7, class:^([Tt]hunar)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.9 0.7, class:^(gedit)$ +#windowrulev2 = opacity 0.8 0.7, class:^(foot)$ windowrulev2 = opacity 0.8 0.7, class:^(kitty)$ #windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$ windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$ @@ -55,15 +56,15 @@ windowrulev2 = opacity 0.9 0.7, class:^(yad)$ #windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrulev2 = opacity 0.8 0.8, pinned:1 -# some additional rules for firefox -# Picture-in-a-Picture (PIP) rules: Oddly, some need re-duplication. This is because the window for PIP changes after on first launch, and will not inherant the rules... -windowrulev2=opacity 0.95 0.68,title:^(Picture-in-Picture)$ # for opacity: [focus num] [bg num] +# Picture-in-a-Picture (PIP) rules: Oddly, some need re-duplication. This is because the window for +# PIP changes after on first launch, and will not inherant the rules... +windowrulev2=opacity 0.95 0.75,title:^(Picture-in-Picture)$ # for opacity: [focus num] [bg num] # Interestingly, the opacity rule above doesn't need the reduplication? windowrulev2=pin,title:^(Picture-in-Picture)$ -windowrulev2=pin,title:^(Firefox)$ +#windowrulev2=pin,title:^(Firefox)$ windowrulev2=float, title:^(Picture-in-Picture)$ -windowrulev2=float, title:^(Firefox)$ +#windowrulev2=float, title:^(Firefox)$ windowrulev2=size 25% 25%,title:^(Picture-in-Picture)$ -windowrulev2=size 25% 25%,title:^(Firefox)$ +#windowrulev2=size 25% 25%,title:^(Firefox)$ windowrulev2=move 72% 7%,title:^(Picture-in-Picture)$ -windowrulev2=move 72% 7%,title:^(Firefox)$
\ No newline at end of file +#windowrulev2=move 72% 7%,title:^(Firefox)$
\ No newline at end of file |
