Add urgent and warning color schemes

This commit is contained in:
2017-02-05 11:49:38 -05:00
parent edd94ca487
commit cb5e34f1b2
2 changed files with 8 additions and 4 deletions

2
dwm.c
View File

@ -60,7 +60,7 @@
/* enums */
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */
enum { SchemeNorm, SchemeSel }; /* color schemes */
enum { SchemeNorm, SchemeSel, SchemeUrg, SchemeWarn }; /* color schemes */
enum { NetSupported, NetWMName, NetWMState, NetWMCheck,
NetWMFullscreen, NetActiveWindow, NetWMWindowType,
NetWMWindowTypeDialog, NetClientList, NetLast }; /* EWMH atoms */