From f34ab825398b1fe199e0787ade28663d48be7224 Mon Sep 17 00:00:00 2001 From: rxmmah Date: Wed, 12 Jun 2024 08:05:33 +0200 Subject: [PATCH] update name --- patches/barnotitle/README.md | 12 ++++++++++++ .../notitle.patch => barnotitle/barnotitle.patch} | 0 2 files changed, 12 insertions(+) create mode 100644 patches/barnotitle/README.md rename patches/{notitle/notitle.patch => barnotitle/barnotitle.patch} (100%) diff --git a/patches/barnotitle/README.md b/patches/barnotitle/README.md new file mode 100644 index 0000000..b4bed0b --- /dev/null +++ b/patches/barnotitle/README.md @@ -0,0 +1,12 @@ +### Description +remove window title from the bar. + +[sewn](https://codeberg.org/swen)'s [bar](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/bar) patch must be applied first. + +### Download +- [git branch](https://codeberg.org/rxmmah/dwl/src/branch/notitle) +- [2024-05-03](https://codeberg.org/rxmmah/dwl-patches/raw/branch/main/patches/barnotitle/barnotitle.patch) + +### Authors +- [rxmmah](https://codeberg.org/rxmmah) +- [sewn](https://codeberg.org/sewn) diff --git a/patches/notitle/notitle.patch b/patches/barnotitle/barnotitle.patch similarity index 100% rename from patches/notitle/notitle.patch rename to patches/barnotitle/barnotitle.patch