├── LICENSE ├── README.md ├── assets ├── liberapay.png └── paypal.png ├── bin ├── xl-cmd ├── xl-daemon ├── xl-jump ├── xl-prayer ├── xl-rgb ├── xl-run └── xl-yt ├── cfg ├── cmd ├── daemon │ ├── capslock │ └── headphone ├── jump ├── term └── xlotus.cfg ├── help ├── footer ├── install ├── xl-cmd ├── xl-daemon ├── xl-jump ├── xl-prayer ├── xl-rgb ├── xl-run └── xl-yt ├── install └── lib ├── xlfns └── xlpreview /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/README.md -------------------------------------------------------------------------------- /assets/liberapay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/assets/liberapay.png -------------------------------------------------------------------------------- /assets/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/assets/paypal.png -------------------------------------------------------------------------------- /bin/xl-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-cmd -------------------------------------------------------------------------------- /bin/xl-daemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-daemon -------------------------------------------------------------------------------- /bin/xl-jump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-jump -------------------------------------------------------------------------------- /bin/xl-prayer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-prayer -------------------------------------------------------------------------------- /bin/xl-rgb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-rgb -------------------------------------------------------------------------------- /bin/xl-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-run -------------------------------------------------------------------------------- /bin/xl-yt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/bin/xl-yt -------------------------------------------------------------------------------- /cfg/cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/cmd -------------------------------------------------------------------------------- /cfg/daemon/capslock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/daemon/capslock -------------------------------------------------------------------------------- /cfg/daemon/headphone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/daemon/headphone -------------------------------------------------------------------------------- /cfg/jump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/jump -------------------------------------------------------------------------------- /cfg/term: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/term -------------------------------------------------------------------------------- /cfg/xlotus.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/cfg/xlotus.cfg -------------------------------------------------------------------------------- /help/footer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/footer -------------------------------------------------------------------------------- /help/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/install -------------------------------------------------------------------------------- /help/xl-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-cmd -------------------------------------------------------------------------------- /help/xl-daemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-daemon -------------------------------------------------------------------------------- /help/xl-jump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-jump -------------------------------------------------------------------------------- /help/xl-prayer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-prayer -------------------------------------------------------------------------------- /help/xl-rgb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-rgb -------------------------------------------------------------------------------- /help/xl-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-run -------------------------------------------------------------------------------- /help/xl-yt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/help/xl-yt -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/install -------------------------------------------------------------------------------- /lib/xlfns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/lib/xlfns -------------------------------------------------------------------------------- /lib/xlpreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/warrior0x7/xlotus/HEAD/lib/xlpreview --------------------------------------------------------------------------------