Fix dwm border size

This commit is contained in:
2024-06-07 10:57:04 +01:00
parent 6dbcdf2f32
commit 99a1ad8f34
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#include <X11/XF86keysym.h> /* Allow using F# keys for keybinds */
/* appearance */
static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */