diff --git a/programs/dwm/config.def.h b/programs/dwm/config.def.h index fa504847..06cdb187 100644 --- a/programs/dwm/config.def.h +++ b/programs/dwm/config.def.h @@ -4,7 +4,7 @@ #include /* 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 */ diff --git a/programs/dwm/config.h b/programs/dwm/config.h index fa504847..06cdb187 100644 --- a/programs/dwm/config.h +++ b/programs/dwm/config.h @@ -4,7 +4,7 @@ #include /* 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 */ diff --git a/programs/dwm/dwm b/programs/dwm/dwm index 4cb6832b..7a427244 100755 Binary files a/programs/dwm/dwm and b/programs/dwm/dwm differ