14caba03d4
This is a user daemon utility that reads configuration files in lisp for matching X11 windows and performing actions on them. For example, I have this file: ~/.devilspie/undecorate.ds With this contents: (if (or (is (window_class) "qterminal") (is (window_class) "Xfce4-terminal")) (undecorate) ) With the daemon launched from my xstartup, when a window matching the class "qterminal" or "Xfce4-terminal" is opened, it will remove window manager decorations from it giving me a borderless window without a title bar. Signed-off-by: Rafael Kitover <rkitover@gmail.com> |
||
---|---|---|
.github | ||
disabled-packages | ||
ndk-patches | ||
packages | ||
root-packages | ||
sample | ||
scripts | ||
x11-packages | ||
.gitattributes | ||
.gitignore | ||
BACKERS.md | ||
build-all.sh | ||
build-package.sh | ||
clean.sh | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
repo.json |
Termux packages
This project contains scripts and patches to build packages for the Termux Android application.
Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down
errors when running apt
or pkg
commands.
Contributing
@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.
Read CONTRIBUTING.md and Developer's Wiki for more details.
Contacts
General mailing list: https://groups.io/g/termux
Developer mailing list: https://groups.io/g/termux-dev
General chat: https://gitter.im/termux/termux or #termux on IRC/libera.chat.
Developer chat: https://gitter.im/termux/dev.