├── .github └── FUNDING.yml ├── LICENSE.md ├── README-en.md ├── README.md ├── boostrap.sh ├── fotos ├── chat_and_youtube.png ├── desktop.png ├── desktop2.png ├── desktop3.png ├── desktop4.png ├── desktop5.png ├── desktop6.png ├── proot-firefox.png ├── proot-libreoffice.png ├── proot-libreoffice2.png ├── termux-and-proot.png ├── theme1.png └── theme2.png ├── startdesktop ├── stopdesktop └── welcome ├── LEAME.txt └── README.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: https://paypal.me/JesusChapman 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README-en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/README-en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/README.md -------------------------------------------------------------------------------- /boostrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/boostrap.sh -------------------------------------------------------------------------------- /fotos/chat_and_youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/chat_and_youtube.png -------------------------------------------------------------------------------- /fotos/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop.png -------------------------------------------------------------------------------- /fotos/desktop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop2.png -------------------------------------------------------------------------------- /fotos/desktop3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop3.png -------------------------------------------------------------------------------- /fotos/desktop4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop4.png -------------------------------------------------------------------------------- /fotos/desktop5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop5.png -------------------------------------------------------------------------------- /fotos/desktop6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/desktop6.png -------------------------------------------------------------------------------- /fotos/proot-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/proot-firefox.png -------------------------------------------------------------------------------- /fotos/proot-libreoffice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/proot-libreoffice.png -------------------------------------------------------------------------------- /fotos/proot-libreoffice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/proot-libreoffice2.png -------------------------------------------------------------------------------- /fotos/termux-and-proot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/termux-and-proot.png -------------------------------------------------------------------------------- /fotos/theme1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/theme1.png -------------------------------------------------------------------------------- /fotos/theme2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/fotos/theme2.png -------------------------------------------------------------------------------- /startdesktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/startdesktop -------------------------------------------------------------------------------- /stopdesktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/stopdesktop -------------------------------------------------------------------------------- /welcome/LEAME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/welcome/LEAME.txt -------------------------------------------------------------------------------- /welcome/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JesusChapman/termux-desktop-xfce/HEAD/welcome/README.txt --------------------------------------------------------------------------------