From 98222433f64e3a995517c71d262e740735f7f6bd Mon Sep 17 00:00:00 2001 From: Trag Date <101431599+tragdate@users.noreply.github.com> Date: Sun, 10 Jul 2022 10:49:20 +0300 Subject: [PATCH] Add [hide vacant tags] to patches list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd4e32..2127b01 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol. - New layouts: bstack, fibonacci, deck, centered master and more. All bound to keys super+(shift+)t/y/u/i. - True fullscreen (super+f) and prevents focus shifting. - Windows can be made sticky (super+s). +- [hide vacant tags](https://dwm.suckless.org/patches/hide_vacant_tags/) hides tags with no windows. - [stacker](https://dwm.suckless.org/patches/stacker/): Move windows up the stack manually (super-K/J). - [shiftview](https://dwm.suckless.org/patches/nextprev/): Cycle through tags (super+g/;). - [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/): Gaps allowed across all layouts.