sites

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

index.md (890B)


      1 bottomdockgap
      2 =============
      3 
      4 Description
      5 -----------
      6 This patch adds a dedicated, reserved area below all tiled windows for a dock.
      7 
      8 It has been tested with Plank, using the Plank settings application to configure
      9 the dock position at the bottom of the screen. The height of this dedicated area is
     10 controlled by the static constant `bottom_gap`.
     11 You can set this value to the number of pixels you want to reserve at the bottom.
     12 
     13 ```sh
     14 static const unsigned int bottom_gap = 45;  // Adjust gap size here
     15 ```
     16 
     17 This change still allows backgrounds to be set using `feh`. Plank must be started
     18 manually or through your preferred startup method.
     19 
     20 If you use this patch with Picom, setting `borderpx = 0` will remove line artifacts caused by Plank.
     21 
     22 Download
     23 --------
     24 * [dwm-bottomdockgap-6.4.diff](dwm-bottomdockgap-6.4.diff) (1.3k) (2025-05-25)
     25 
     26 Author
     27 ------
     28 * scf - <stevencfuchs@icloud.com>