aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h8
-rwxr-xr-xdwmbin82520 -> 82520 bytes
-rw-r--r--dwm.obin81024 -> 81024 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index a956f64..e6c648d 100644
--- a/config.h
+++ b/config.h
@@ -22,8 +22,8 @@ static char normbgcolor[] = "#080808";
static char normbordercolor[] = "#1a1a1a";
static char normfgcolor[] = "#e5e5e5";
static char selfgcolor[] = "#e5e5e5";
-static char selbordercolor[] = "#495d98";
-static char selbgcolor[] = "#495d98";
+static char selbordercolor[] = "#fc8617";
+static char selbgcolor[] = "#fc8617";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },
@@ -31,7 +31,7 @@ static char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const Rule rules[] = {
/* xprop(1):
@@ -99,7 +99,7 @@ static const char *cmdprintscreen[] = { "scrot", "-d3", "/home/genos/Pictures/%
static const char *emojicmd[] = { "emojidmenu", NULL };
static const char *chrscmd[] = { "chrs", NULL };
static const char *termcmd[] = { "st", NULL };
-static const char *webcmd[] = { "chromium", NULL };
+static const char *webcmd[] = { "firefox", NULL };
static const char *filescmd[] = { "pcmanfm", NULL };
static const char *powermenu[] = { "powermenu", NULL };
static const char *shotmenu[] = { "shotmenu", NULL };
diff --git a/dwm b/dwm
index f2886a7..c3556f2 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 0d9cb9e..84bf2e7 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ