From 5081fd5104fc02b30df4b138d661de48330b1d20 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:55:20 +0100 Subject: [PATCH] fakeScreenRounding: default to 2 --- .config/ags/modules/.configuration/user_options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/.configuration/user_options.js b/.config/ags/modules/.configuration/user_options.js index e8096f852..e56e76288 100644 --- a/.config/ags/modules/.configuration/user_options.js +++ b/.config/ags/modules/.configuration/user_options.js @@ -30,7 +30,7 @@ let configOptions = { 'layerSmoke': false, 'layerSmokeStrength': 0.2, 'barRoundCorners': 1, // 0: No, 1: Yes - 'fakeScreenRounding': 1, // 0: None | 1: Always | 2: When not fullscreen + 'fakeScreenRounding': 2, // 0: None | 1: Always | 2: When not fullscreen }, 'apps': { 'bluetooth': "blueberry",