sites

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

commit c158f3f7cead288d51f69ff412efa30db6468d9c
parent 145403949df5569a3b660befd5a2bc98bd71ad06
Author: Aaron Duxler <aaron@duxler.xyz>
Date:   Wed, 29 Jul 2020 01:45:49 +0200

setborderpx fix argument explanation

Diffstat:
Mdwm.suckless.org/patches/setborderpx/index.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dwm.suckless.org/patches/setborderpx/index.md b/dwm.suckless.org/patches/setborderpx/index.md @@ -10,13 +10,13 @@ Default key bindings -------------------- Key Argument Description ---------------------------------------------------- - Mod-Shift-minus +0.25 Increase borderpx - Mod-Shift-plus -0.25 Decrease borderpx - Mod-Shift-numbersign 0.00 Reset borderpx + Mod-Shift-minus -1 Increase borderpx + Mod-Shift-plus +1 Decrease borderpx + Mod-Shift-numbersign 0 Reset borderpx Notes ----- -You might want to set resizehints in config.h to zero to get smooth animations +You might want to set resizehints in config.h to zero to get smooth animations when increasing or decreasing border pixels. Download