/tily

tily is my custom dwm configuration.

Primary LanguageCMIT LicenseMIT

tily

tily is my custom dwm configuration.

GitHub Repo stars Maintenance License

Demo

Table of Contents

Project Structure 📁

tily/
├── patches/
│   ├── alpha.diff
│   ├── attachbottom.diff
│   ├── hide_vacant_tags.diff
│   ├── resetlayout.diff
│   ├── switchtotag.diff
│   └── vanitygaps.diff
├── AUTHORS
├── config.h
├── config.mk
├── drw.c
├── LICENSE
├── Makefile
├── movestack.c
├── README.md
├── shiftview.c
├── tily.c
├── transient.c
├── util.c
└── vanitygaps.c

Install 🔨

  • Download the repo:
$ cd $HOME; mkdir -p .build/
$ git clone https://github.com/nemo256/tily ~/.build/tily
$ make && sudo make clean install
  • Add a tily entry in your .xinitrc file (here is a sample):
#!/bin/sh

exec tily

Develop ⚙️

  • Edit the <config.h> file.
  • Re-compile and install:
$ make && sudo make clean install

License 📑