diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2024-12-01 17:12:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-01 17:12:42 -0300 |
| commit | 54948c1f637e6f8fd0510b6b0410a3ee3a22127b (patch) | |
| tree | a5f6ccee9e8c4aa3e488bcd2077799fd3286a00c /config/hypr/UserConfigs | |
| parent | 98df95302696d573a89c88e379afb87417f957a8 (diff) | |
| parent | 9d4252297ba68017be3fdd3a9838cbf89f81f86c (diff) | |
Merge branch 'JaKooLit:main' into fix-questions
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 15 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 3 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index ef43fd6e..954a1d40 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -19,12 +19,15 @@ decoration { dim_strength = 0.1 dim_special = 0.8 - drop_shadow = true - shadow_range = 6 - shadow_render_power = 1 - - col.shadow = $color12 - col.shadow_inactive = 0x50000000 + shadow { + enabled = true + range = 6 + render_power = 1 + + color = $color12 + color_inactive = $color2 + } + blur { enabled = true diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 7d3645bc..ae0ab4b2 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -28,7 +28,7 @@ general { resize_on_border = true col.active_border = $color12 - col.inactive_border = $backgroundCol + col.inactive_border = $background layout = dwindle } @@ -116,6 +116,7 @@ binds { #Could help when scaling and not pixelating xwayland { + enabled = true force_zero_scaling = true } diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 50ff065e..b3209475 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -72,6 +72,7 @@ windowrulev2 = float, class:^([Ff]erdium)$ windowrulev2 = float, title:^(Picture-in-Picture)$ windowrulev2 = float, title:^(ROG Control)$ #windowrulev2 = float, title:^(Firefox)$ +windowrulev2 = float, title:^(hyprgui)$ # windowrule v2 - opacity #enable as desired windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ @@ -117,8 +118,9 @@ windowrulev2 = size 60% 70%, class:^(file-roller|org.gnome.FileRoller)$ windowrulev2 = size 60% 70%, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = size 60% 70%, class:^([Ff]erdium)$ windowrulev2 = size 60% 70%, title:^(ROG Control)$ -#windowrulev2 = size 25% 25%, title:^(Picture-in-Picture)$ +#windowrulev2 = size 25% 25%, title:^(Picture-in-Picture)$ #windowrulev2 = size 25% 25%, title:^(Firefox)$ +windowrulev2 = size 60% 70%, title:^(hyprgui)$ # windowrule v2 - pinning windowrulev2 = pin,title:^(Picture-in-Picture)$ |
