commit c158f3f7cead288d51f69ff412efa30db6468d9c
Author: Aaron Duxler <[email protected]>
Date:   Wed Jul 29 01:45:49 2020 +0200

    setborderpx fix argument explanation

diff --git a/dwm.suckless.org/patches/setborderpx/index.md 
b/dwm.suckless.org/patches/setborderpx/index.md
index 11df1afc..c0cbdb51 100644
--- 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


Reply via email to