diff options
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 |
