diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:16:56 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:18:48 +0100 |
commit | 733490f375800d08c9c84252c1566a1b2c91e155 (patch) | |
tree | dd1e4886f783e0bd9547a6e07a12594a0c713285 /dwm.c | |
parent | 5b3f70ce04701e7ac6f30746a27f31961eaef3fc (diff) | |
download | dwm-733490f375800d08c9c84252c1566a1b2c91e155.tar.gz |
config.h: color schemes and dmenu
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ /* enums */ enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ -enum { SchemeNorm, SchemeSel, SchemeWarn, SchemeUrgent }; /* color schemes */ +enum { SchemeNorm, SchemeSel, SchemeWarn, SchemeUrgent, SchemeNotif }; /* color schemes */ enum { NetSupported, NetWMName, NetWMState, NetWMCheck, NetWMFullscreen, NetActiveWindow, NetWMWindowType, NetWMWindowTypeDialog, NetClientList, NetLast }; /* EWMH atoms */ |