A very rough imitation of "Snap-Layout" feature (-of Windows) in Linux (as a tiling manager)
Note: Cloning the repo and and running install.sh will trigger a bash script which will always run in background since system start-up. To uninstall just run uninstall.sh
walkthrough.mp4
To Setup and run-
git clone https://github.com/Karvy-Singh/YATM-ish.git
cd YATM-ish
chmod +x install.sh
./install.sh
chmod +x run.sh
#to be done only for the initial setup
./run.sh # use it everytime to trigger the TM
Press number keys to select the desired configuration
install the following libraries:
- SDL2
- SDL2_image
- SDL2_ttf (ensure you have fonts already present)
- X11