Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 460 Bytes

Waydroid-Settings

GTK app written in Python to control Waydroid settings

Requirements

  • Arch Linux:
     sudo pacman -Syu gtk3 webkit2gtk vte3
  • Ubuntu:
     sudo apt install gir1.2-vte-2.91 gir1.2-webkit2-4.0
  • Fedora:
     sudo dnf install gtk3 webkit2gtk4.0 vte291

Install

Run the script below to auto install the app:

wget -O - https://raw.githubusercontent.com/axel358/Waydroid-Settings/main/install.sh | bash