summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-10 12:25:26 +0000
committerGitHub <noreply@github.com>2022-07-10 12:25:26 +0000
commit8f6c0885e90afe7058f2f7b8ee1d5971d00d6a32 (patch)
treee8e3530f85c6468b1aa70a1dd6d9babac3097460
parent20484bf4c8f136fa5a30e8bd5b4cc84ae5b2300c (diff)
parent98222433f64e3a995517c71d262e740735f7f6bd (diff)
Merge pull request #205 from tragdate/patch-1
Add [hide vacant tags] to patches list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 <kbd>super+(shift+)t/y/u/i</kbd>.
- True fullscreen (<kbd>super+f</kbd>) and prevents focus shifting.
- Windows can be made sticky (<kbd>super+s</kbd>).
+- [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 (<kbd>super-K/J</kbd>).
- [shiftview](https://dwm.suckless.org/patches/nextprev/): Cycle through tags (<kbd>super+g/;</kbd>).
- [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/): Gaps allowed across all layouts.