diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-19 20:13:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-19 20:13:19 +0900 |
| commit | dae71168b3d6d472dcde701d94a43f10fcf1c8e1 (patch) | |
| tree | 4465d2bc06de774111e7609e9af9c2fd21e5d450 /dwm/dwm.c | |
| parent | c9b824847f830d2df17f98f504bce3efebe4d68e (diff) | |
modified dwm/config.def.h, modified dwm/drw.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2914,9 +2914,9 @@ unfocus(Client *c, int setfocus) return; grabbuttons(c, 0); if (c == mark) - XSetWindowBorder(dpy, c->win, scheme[SchemeNorm][ColMark].pixel); - else - XSetWindowBorder(dpy, c->win, scheme[SchemeNorm][ColBorder].pixel); + XSetWindowBorder(dpy, c->win, scheme[SchemeNorm][ColMark].pixel); + else + XSetWindowBorder(dpy, c->win, scheme[SchemeNorm][ColBorder].pixel); if (setfocus) { XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); |
