diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
commit | c70505d7c7b7b48600f273357694b56ccf5d2a15 (patch) | |
tree | 21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/tab/README.md | |
download | dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.gz dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.bz2 dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.zip |
Diffstat (limited to 'dwl-patches/patches/tab/README.md')
-rw-r--r-- | dwl-patches/patches/tab/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dwl-patches/patches/tab/README.md b/dwl-patches/patches/tab/README.md new file mode 100644 index 0000000..9f08765 --- /dev/null +++ b/dwl-patches/patches/tab/README.md @@ -0,0 +1,24 @@ +### Description +Add tabs or a title bar to the top or bottom of windows. + +Much of the code was taken from the [bar patch](/dwl/dwl-patches/src/branch/main/patches/bar). + +**This is the new version using `drwl`. The [old version](/dwl/dwl-patches/src/branch/main/_STALE_PATCHES/tab-pango) is deprecated.** + +### Dependencies +- tllist (build dependency, required & pulled automatically by fcft) +- fcft +- pixman + +### Download +- [0.7](/dwl/dwl-patches/raw/branch/main/patches/tab/tab-0.7.patch) +- [0.7 + bar](/dwl/dwl-patches/raw/branch/main/patches/tab/tab-0.7-bar.patch) +- [main 2024-11-15](/dwl/dwl-patches/raw/branch/main/patches/tab/tab.patch) + +### Authors +- [dev-gm](https://codeberg.org/dev-gm) + +### Credits +- [sewn](https://codeberg.org/sewn) +- [MadcowOG](https://codeberg.org/MadcowOG) +- [kolumni](https://codeberg.org/kolumni) |