mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
feat(framework): Add font size patch for Framework 13
This commit is contained in:
parent
043ef7ee7c
commit
adc3b49d58
@ -116,7 +116,11 @@ else
|
||||
echo 'Enabling natural scroll'
|
||||
dconf write /org/gnome/desktop/peripherals/mouse/natural-scroll true
|
||||
echo 'Adjusting OSD position'
|
||||
dconf watch /org/gnome/shell/extensions/just-perfection/osd-position 4
|
||||
dconf write /org/gnome/shell/extensions/just-perfection/osd-position 4
|
||||
if [[ $SYS_ID == "Laptop ("* ]]; then
|
||||
echo 'Applying font fix for Framework 13'
|
||||
dconf write /org/gnome/desktop/interface/text-scaling-factor 1.25
|
||||
fi
|
||||
touch "$BAZZITE_CONFIG_DIR/framework-initialized"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user