[wiki] [sites] [dwm][patches][bottomdockgap] Fixed index.md || elbachir-one
commit 8242cafbdac3078762d860c0b75d439bf3331cff
Author: elbachir-one <bachiralfa_AT_gmail.com>
Date: Mon May 26 18:44:24 2025 +0100
[dwm][patches][bottomdockgap] Fixed index.md
diff --git a/dwm.suckless.org/patches/bottomdockgap/index.md b/dwm.suckless.org/patches/bottomdockgap/index.md
index a426bd61..f20d930e 100644
--- a/dwm.suckless.org/patches/bottomdockgap/index.md
+++ b/dwm.suckless.org/patches/bottomdockgap/index.md
_AT_@ -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_AT_icloud.com>
Received on Mon May 26 2025 - 19:45:25 CEST
This archive was generated by hypermail 2.3.0
: Mon May 26 2025 - 19:48:54 CEST