gitextract_1el0es44/ ├── .github/ │ └── FUNDING.yml ├── README.md ├── bazzite-dualboot-partition-guide.md ├── bazzite-maliit-keyboard.sh ├── dev/ │ ├── bazzite_hhd_local_install.sh │ └── bazzite_hhd_local_update.sh ├── experimental_sound_fix/ │ ├── README.md │ ├── install_sound_fix_v2.sh │ ├── manjaro/ │ │ ├── pipewire/ │ │ │ └── pipewire.conf.d/ │ │ │ └── convolver.conf │ │ └── wireplumber/ │ │ └── wireplumber.conf.d/ │ │ ├── 51-preferHDMI.conf │ │ └── 60-raise-internal-mic.conf │ ├── mic_hdmi_audio_fix.conf │ └── pipewire/ │ └── pipewire.conf.d/ │ ├── convolver.conf │ └── convolver_mp_go.conf ├── fixed_bugs_changelog.md ├── fuzzy-sound-suspend-fix/ │ ├── README.md │ ├── install.sh │ └── uninstall.sh ├── hardware_documentation.md ├── icc_color/ │ ├── LegionGo_Linux_AWP.icc │ ├── README.md │ └── vkBasalt.conf ├── old_scripts/ │ ├── add-lgo-xpad-rule.sh │ ├── add_return_to_desktop.sh │ ├── bazzite-disable-swipe-gestures.sh │ ├── bazzite-install-rollback-helper.sh │ ├── bazzite-nested-desktop-resolution.sh │ ├── bazzite-rollback-helper │ ├── bazzite-waydroid-resolution.sh │ ├── decky_v2_10_14_install.sh │ ├── desktopmode-autoscale.sh │ ├── disable_color_management.sh │ ├── disable_refresh_rates.sh │ ├── enable-acpi-call.sh │ ├── enable_144hz.sh │ ├── enable_60_144hz.sh │ ├── enable_60hz.sh │ ├── headphone-connection-monitor.sh │ ├── increase_swap_zram.sh │ ├── lgo_bazzite_setup.sh │ ├── lgo_nobara_setup.sh │ ├── setup_battery_indicator_overlay.sh │ └── troubleshooting_report.sh ├── py_modules/ │ ├── disable_trackpad.py │ └── enable_trackpad.py ├── resources/ │ └── egpu-pcie3speed.conf ├── ryzenadj-max-performance.sh └── waydroid-restart/ ├── README.md ├── install.sh ├── waydroid-force-restart └── waydroid-force-restart.desktop