From a7df4f7d63bbae893c2db7e70b8cbbba73c10e72 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 25 Mar 2023 18:34:45 +0530 Subject: [PATCH] pratham-setup: add setup to increase firefox's scrollbar width --- scripts/pratham-setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index f95c917..4a20a5a 100755 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -244,7 +244,9 @@ echo -e "Open Firefox and do the following: 1. Open \"about:config\" 2. Search for boolean \"browser.search.separatePrivateDefault.ui.enabled\" 3. Switch the value to \"true\" -4. Sign into the Firefox account +4. Search for \"widget.non-native-theme.scrollbar.style\" +5. Set the value to 4 (valid values' range: 0..6) +6. Sign into the Firefox account ---