fundamentals.

This commit is contained in:
#root_informatica 2024-09-10 22:54:51 -03:00
parent 71bb4d6e22
commit d6b6fef76e

View file

@ -17,7 +17,11 @@ I am learning, discovering, experimenting. This makes these scripts very volatil
Some of the scripts have other crap as dependencies which I have made available at:
https://git.disroot.org/root_sti/others.git
**HISTORY**
**FUNDAMENTALS**
Two great decisions that may seem like errors but are rather conditioning from which I cannot escape since in principle they move me towards their truth. To save: the use of Xterm as a term emulator is such an unorthodox launcher.
The first choice is based on the fact that in many distros Xterm is installed together with Xorg and if not, it is the terminal emulator closest to Xorg as a project. I could use st or urxvt, but it would be moving towards another paradigm and breaking the conceptual homogeneity of this project.
The second option is based on the extension of the first and the fact of using what is already installed. Since fzy/fzy is present in many scripts taking the place of a terminal menu, extending its operation and putting it in a resized terminal as a launcher is more than sensible.
I have left the three main scripts, which are the ones I use daily, as the fundamental option. I've put the others, which are mostly experimental features, in a folder called opt, for optional.
**My thanks and credits to the wmutils project. I wish you luck on your way.**