commit 8242cafbdac3078762d860c0b75d439bf3331cff
parent a366ebff76ea6a890a5915cee2389c4ebfa3f356
Author: elbachir-one <bachiralfa@gmail.com>
Date: Mon, 26 May 2025 18:44:24 +0100
[dwm][patches][bottomdockgap] Fixed index.md
Diffstat:
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/dwm.suckless.org/patches/bottomdockgap/index.md b/dwm.suckless.org/patches/bottomdockgap/index.md
@@ -1,27 +1,28 @@
bottomdockgap
-=======
+=============
Description
-----------
-This patch adds a dedicated, respected area below all tiled windows for a dock.
-This has been tested with plank and using the plank setting application
-to configure plank to be at the bottom. The height of the of the dedicated area
-is configured by the static const unsigned int bottom_gap. You set this to the number
-of pixels you want left at the bottom of the screen.
+This patch adds a dedicated, reserved area below all tiled windows for a dock.
- static const unsigned int bottom_gap = 45; // Adjust gap size here
+It has been tested with Plank, using the Plank settings application to configure
+the dock position at the bottom of the screen. The height of this dedicated area is
+controlled by the static constant `bottom_gap`.
+You can set this value to the number of pixels you want to reserve at the bottom.
+```sh
+static const unsigned int bottom_gap = 45; // Adjust gap size here
+```
-This change will still allow backgrounds to be set by feh. Plank will have to
-be started in whatever way you chose to start other progams.
+This change still allows backgrounds to be set using `feh`. Plank must be started
+manually or through your preferred startup method.
-If you use this with picom, setting the borderpx = 0 will remove line artifacts left by plank.
+If you use this patch with Picom, setting `borderpx = 0` will remove line artifacts caused by Plank.
Download
--------
* [dwm-bottomdockgap-6.4.diff](dwm-bottomdockgap-6.4.diff) (1.3k) (2025-05-25)
-
Author
------
* scf - <stevencfuchs@icloud.com>