changed active color to orange

changed active fg color to black
changed snap distance to 15px
This commit is contained in:
murat 2025-01-23 18:44:22 +03:00
parent f6e48cd371
commit 74c92240b6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int borderpx = 3; /* border pixel of windows */
static const unsigned int gappx = 7; /* gaps between windows */ static const unsigned int gappx = 7; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 15; /* snap pixel */
static const unsigned int systraypinning = 1; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systraypinning = 1; /* 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 */ static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
static const unsigned int systrayspacing = 2; /* systray spacing */ static const unsigned int systrayspacing = 2; /* systray spacing */
@ -16,8 +16,8 @@ static const char dmenufont[] = "FiraMono Nerd Font:size=10";
static const char col_gray1[] = "#282828"; static const char col_gray1[] = "#282828";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#ebdbb2"; static const char col_gray3[] = "#ebdbb2";
static const char col_gray4[] = "#fbf1c7"; static const char col_gray4[] = "#1d2021";
static const char col_cyan[] = "#458588"; static const char col_cyan[] = "#fe8019";
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.