commit 59682d4e915ef5f85a622e8b7d6e0556c96e5e8b parent c8b953b67a59722ec2449ff2a7f7543a3ded522a Author: Aaron Duxler <aaron.duxler@gmail.com> Date: Thu, 8 Aug 2019 08:06:31 +0200 [dwm][patch] setborderpx fix typo Diffstat:
M | dwm.suckless.org/patches/setborderpx/index.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dwm.suckless.org/patches/setborderpx/index.md b/dwm.suckless.org/patches/setborderpx/index.md @@ -9,9 +9,9 @@ This patch allows you to change border pixels at runtime. Default key bindings -------------------- Key Argument Description - ------------------------------------------------- + ---------------------------------------------------- Mod-Shift-minus +0.25 Increase borderpx - Mod-Shift-plusL -0.25 Decrease borderpx + Mod-Shift-plus -0.25 Decrease borderpx Mod-Shift-numbersign 0.00 Reset borderpx Notes