diff options
| -rw-r--r-- | config.h | 2 | ||||
| -rwxr-xr-x | dwm | bin | 75896 -> 75896 bytes | |||
| -rw-r--r-- | dwm.o | bin | 63672 -> 63672 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #define TERMCLASS "st-256color" /* appearance */ -static const unsigned int borderpx = 4; /* border pixel of windows */ +static const unsigned int borderpx = 3; /* border pixel of windows; 3 is min pixels needed for smooth rounded corners */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 10; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ Binary files differBinary files differ |
