| Home | Configs | Guides | About |
QTile is an open source, tiling window manager for Linux. It is written in python using the QT (cute) library. Configuration is also done in python. This tiling window manager is very easy to configure and has a lot of features that make it well suited to python developers.
Alacritty is a terminal emulator. Terminal emulators provide an environment to run various shell programs that are used to control the system. The Alacritty terminal emulator is known for its speed, being one of few that are hardware accelerated (i.e., uses your dedicated graphics, if your system has one). Alacritty's configuration file is written in YAML. See https://yaml.org/.
Emacs is an extremely powerful text editor/ide (integrated development environment) written in C. Created by Richard Stallman in 1985, the text editor has become much more than that since. Given its extreme modulatarity and age, many plugins (packages) have been created as add-ons to Emacs that it can be transformed into pretty much anything you could imagine. In fact, this web site was written entirely in Emacs using Emacs Org-Mode. It is configured in its own programming language (emacs-lisp).
Fish is a new shell, made as a more modern version of Bash. It contains many features that make it more beginner friendly, such as syntax highlighting, colored tab-complete, code suggestions and a much easier to read and understand scripting language. Given all of these, fish is still not even close to being as popular as bash and does not ship by default with any major platform.



