summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index ad8557b..e9307c9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,7 +10,7 @@ static const int topbar = 1; /* 0 means bottom bar */
static const int focusonwheel = 0;
static const char *fonts[] =
{ "Fira Code:pixelsize=12:antialias=true:autohint:true",
- "Noto Color Emoji:pixelsize=10:antialias=true:autohint=true" };
+ "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true" };
static const char dmenufont[] = "Fira Code:size=9:antialias=true:autohint:true";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
@@ -35,7 +35,7 @@ typedef struct {
const char *spcmd1[] = {"st", "-n", "spaudio", "-g", "120x35", "-e", "pulsemixer", NULL };
const char *spcmd2[] = {"st", "-n", "spnet", "-g", "80x40", "-e", "nmtui", NULL };
-const char *spcmd3[] = {"st", "-n", "spmp", "-g", "120x45", "-e", "ncmpcpp", NULL };
+const char *spcmd3[] = {"st", "-n", "spmp", "-g", "120x35", "-e", "ncmpcpp", NULL };
/* const char *spcmd3[] = {"keepassxc", NULL }; */
@@ -52,6 +52,7 @@ static const char *const autostart[] = {
"sh", "-c", "while true; do dwmstatus; sleep 20s; done", NULL,
"picom", NULL,
"mpd", NULL,
+ "unclutter", NULL,
"dunst", NULL,
"sxhkd", NULL,
"nitrogen", "--restore", NULL,