sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (789B)


      1 removeboxes
      2 ===========
      3 
      4 Description
      5 -----------
      6 This patch removes boxes next to tags with windows in them as well
      7 as the box indicating whether a tag has a floating window in it.
      8 
      9 A vanilla dwm bar looks like this (also showcasing a tag with a floating
     10 window in it):
     11 
     12 ![before applying removeboxes](dwm-removeboxes-before_patch.png)
     13 
     14 And this is what it looks like after removeboxes is applied:
     15 
     16 ![after applying removeboxes](dwm-removeboxes-after_patch.png)
     17 
     18 The patch is best used when combined with something like [underlinetags](https://dwm.suckless.org/patches/underlinetags/),
     19 but it does work nicely when used just by itself.
     20 
     21 Download
     22 --------
     23 * [dwm-removeboxes-6.5.diff](dwm-removeboxes-6.5.diff) (1.5K) (20250625)
     24 
     25 Authors
     26 -------
     27 * Jakub Skowron <jakubskowron676@gmail.com>