From 029097c52d653b5f800a2bb567d24bd208985d92 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 12 Jun 2016 20:48:19 -0600 Subject: [PATCH] removed trailing spaces --- dwm.config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm.config.h b/dwm.config.h index 3a25647..966c82f 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -10,12 +10,12 @@ static const char colors[NUMCOLORS][ColLast][9] = { // border foreground background { "#212121", "#00FFFF", "#2F4F4F" }, // 0 = normal { "#696969", "#ADFF2F", "#2F4F4F" }, // 1 = selected - { "#212121", "#F8F8FF", "#C71585" }, // 2 = urgent - { "#212121", "#90EE90", "#778899" }, // 3 = important + { "#212121", "#F8F8FF", "#C71585" }, // 2 = urgent + { "#212121", "#90EE90", "#778899" }, // 3 = important { "#212121", "#FFFF00", "#2F4F4F" }, // 4 = yellow { "#212121", "#00BFFF", "#2F4F4F" }, // 5 = blue { "#212121", "#00FFFF", "#2F4F4F" }, // 6 = cyan - { "#212121", "#FF00FF", "#2F4F4F" }, // 7 = magenta + { "#212121", "#FF00FF", "#2F4F4F" }, // 7 = magenta { "#212121", "#F5F5F5", "#2F4F4F" }, // 8 = grey }; static const unsigned int borderpx = 1; /* border pixel of windows */