1
0
mirror of https://github.com/ublue-os/bazzite.git synced 2025-01-26 09:35:24 +00:00

feat(framework): Move OSD over volume buttons

This commit is contained in:
Kyle Gospodnetich 2024-05-06 15:50:07 -07:00 committed by GitHub
parent 8855f96a9d
commit e813c33f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -115,6 +115,8 @@ else
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
echo 'Adjusting OSD position'
dconf watch /org/gnome/shell/extensions/just-perfection/osd-position 4
touch "$BAZZITE_CONFIG_DIR/framework-initialized"
fi
fi