diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 12:30:50 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 12:30:50 +0900 |
| commit | 7dd29c700fe9bf791c6cc7a39d0bfe916d80cac5 (patch) | |
| tree | fe7048ad8f98d82dce8be7257606b610afdd0c5d /config/hypr/UserConfigs/UserSettings.conf | |
| parent | dcbb02b43a80e2be6ac2b77a4775b7df623d4809 (diff) | |
Final changes for v2.2.2
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 338658a4..fa2e55a9 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -86,7 +86,7 @@ animations { animation = windowsOut, 1, 5, winOut, popin animation = windowsMove, 1, 5, wind, slide animation = border, 1, 10, linear - animation = borderangle, 1, 180, linear, loop + animation = borderangle, 1, 180, linear, loop #used by rainbow borders and rotating colors animation = fade, 1, 5, overshot animation = workspaces, 1, 5, wind animation = windows, 1, 5, bounce, popin @@ -143,3 +143,8 @@ binds { allow_workspace_cycles=1 pass_mouse_when_bound=0 } + +#Could help when scaling and not pixelating +xwayland { + force_zero_scaling = true +} |
