chore: Add message to log about natural scrolling

This commit is contained in:
Kyle Gospodnetich 2024-05-03 16:16:21 -07:00
parent 26c8b6d9aa
commit db47cb8022

View File

@ -113,6 +113,7 @@ else
echo 'Setting Framework logo menu'
dconf write /org/gnome/shell/extensions/Logo-menu/symbolic-icon true
dconf write /org/gnome/shell/extensions/Logo-menu/menu-button-icon-image 4
echo 'Enabling natural scroll'
dconf write /org/gnome/desktop/peripherals/mouse/natural-scroll true
touch "$BAZZITE_CONFIG_DIR/framework-initialized"
fi