diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-07-10 12:25:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 12:25:26 +0000 |
commit | 8f6c0885e90afe7058f2f7b8ee1d5971d00d6a32 (patch) | |
tree | e8e3530f85c6468b1aa70a1dd6d9babac3097460 | |
parent | 20484bf4c8f136fa5a30e8bd5b4cc84ae5b2300c (diff) | |
parent | 98222433f64e3a995517c71d262e740735f7f6bd (diff) |
Merge pull request #205 from tragdate/patch-1
Add [hide vacant tags] to patches list
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |