diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-27 10:59:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 10:59:27 +0900 |
| commit | 1436fe7b03be17f824ffecc5926184ef7837077d (patch) | |
| tree | 7154800e8c56ee1f74aa080cc485ce9d98a68f20 /config/hypr/UserConfigs | |
| parent | 6c4db42efd6519f13b7e3b6375c16b8d2cb928f9 (diff) | |
| parent | 31b1aa05196433e7c287eee68bdbce84b8be351a (diff) | |
Merge pull request #532 from JaKooLit/main
main to development synchronization
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 2 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 3 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 9 |
3 files changed, 10 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 831f3afd..e5e5ab42 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -58,7 +58,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # FOR VM and POSSIBLY NVIDIA # LIBGL_ALWAYS_SOFTWARE software mesa rendering -#env = LIBGL_ALWAYS_SOFTWARE,1 +#env = LIBGL_ALWAYS_SOFTWARE,1 # Warning. May cause hyprland to crash #env = WLR_RENDERER_ALLOW_SOFTWARE,1 # nvidia firefox (for hardware acceleration on FF)? diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index b8aa2ce8..2a75cdd8 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -45,6 +45,7 @@ decoration { ignore_opacity = true new_optimizations = true special = true + popups = true } } @@ -79,4 +80,4 @@ animations { # animations for -git or version >0.42.0 animation = workspacesIn, 1, 5, winIn, slide animation = workspacesOut, 1, 5, winOut, slide -} +}
\ No newline at end of file diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 690eb624..05d93c07 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -1,4 +1,5 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# For window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more #windowrule = noblur,gamescope @@ -138,9 +139,13 @@ windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ #windowrulev2 = opacity 0.8 0.8, pinned:1 -# LAYER RULES +# LAYER RULES +layerrule = blur, rofi +layerrule = ignorezero, rofi + +#layerrule = ignorezero, class:^([Rr]ofi)$ +#layerrule = blur, class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$ -#layerrule = blur,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> #layerrule = ignorezero, overview |
