diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-04 18:06:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 18:06:28 +0900 |
| commit | e29068df76f763a999b9013ece32c8adb299b29f (patch) | |
| tree | 7bb1dcbd5e0d3d8453dbb0d3277aa2fd90500324 /config/hypr | |
| parent | 1127bae8815e1b60b637d0c88832bddae7cc5a1a (diff) | |
| parent | 6f5cd04f60601be888c09581210deba091f8949a (diff) | |
Merge pull request #232 from SherLock707/experimental-ags
Improved overview colour scheme for light and dark wallpapers and added blur
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 38d41222..0d870443 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -83,6 +83,9 @@ windowrulev2 = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui #layerrule = blur,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> +layerrule = ignorezero, overview +layerrule = blur, overview + #windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrulev2 = opacity 0.8 0.8, pinned:1 |
