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 | |
| parent | dbd225f9d575285edb89074031a7b9c536dcd3bf (diff) | |
vrr was set to unset
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 2 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index f57f6ca0..6fb6c98c 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -133,7 +133,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true mouse_move_enables_dpms = true - vrr = 2 + #vrr = 0 enable_swallow = true no_direct_scanout = true #for fullscreen games focus_on_activate = false 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 |
