Quellcode durchsuchen

~/.config/dwm/config.h: Fix dwm compilation

Lu Stadler vor 5 Jahren
Ursprung
Commit
5d996c29b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .config/dwm/config.h

+ 1 - 1
.config/dwm/config.h

@ -14,7 +14,7 @@ static const char col_gray2[]       = "#444444";
14 14
static const char col_gray3[]       = "#bbbbbb";
15 15
static const char col_gray4[]       = "#eeeeee";
16 16
static const char col_cyan[]        = "#005577";
17
static const char *colors[SchemeLast][3]      = {
17
static const char *colors[][3]      = {
18 18
	/*               fg         bg         border   */
19 19
	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
20 20
	[SchemeSel] =  { col_gray4, col_cyan,  col_cyan  },