make borders larger, backup commit before patch

This commit is contained in:
lucy 2026-02-27 12:11:46 +01:00
parent 249035234a
commit 6d315bd0a1
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <X11/XF86keysym.h>
/* appearance */
static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int borderpx = 3; /* 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 = 0; /* 0: systray in the right corner, >0: systray on left of status text */
@ -22,7 +22,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#aaaaff";
static const char col_cyan[] = "#ff99ff";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = {col_gray3, col_gray1, col_gray2},

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.