diff --git a/config.h b/config.h index cf17073..f1ca072 100644 --- a/config.h +++ b/config.h @@ -3,10 +3,10 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -static const int showbar = 0; /* 0 means no bar */ +static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Inconsolata:size=10" }; +static const char dmenufont[] = "Hermit:size=10"; static const char col_white[] = "#FFFFFF"; static const char col_green[] = "#00FF00"; static const char col_black[] = "#000000"; @@ -56,7 +56,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu-frecency", NULL }; +static const char *dmenucmd[] = { "dmenu_run", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *timecmd[] = { "notify_popinfo", NULL }; diff --git a/dwm b/dwm new file mode 100755 index 0000000..2ffb6ad Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..04dbc4e Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..5701e80 Binary files /dev/null and b/util.o differ