aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2022-02-11 14:09:18 -0800
committerTyler Hoang <tyler@tylerhoang.xyz>2022-02-11 14:09:18 -0800
commitb72e15ac350e0b9c9d0db134d92d3cd70eb565d9 (patch)
tree8425e1c96395d1d0b7b6fbc237a1b33f53b70e6c
parentfd7251e08dcb844b2abe8d5d58b63f0914d55e20 (diff)
changesHEADmaster
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 8fbfc66..935be5c 100644
--- a/config.h
+++ b/config.h
@@ -15,7 +15,7 @@ static int swallowfloating = 1; /* 1 means swallow floating windows by
static int smartgaps = 1; /* 1 means no outer gap when there is only one window */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
-static char *fonts[] = { "monospace:size=12", "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
+static char *fonts[] = { "monospace:size=11", "JoyPixels:pixelsize=11:antialias=true:autohint=true" };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";
@@ -214,7 +214,7 @@ static Key keys[] = {
/* V is automatically bound above in STACKKEYS */
{ MODKEY, XK_b, togglebar, {0} },
/* { MODKEY|ShiftMask, XK_b, spawn, SHCMD("") }, */
- { MODKEY, XK_n, spawn, SHCMD(TERMINAL " -e nvim -c VimwikiIndex") },
+ { MODKEY, XK_n, spawn, SHCMD(TERMINAL " -e vim") },
{ MODKEY|ShiftMask, XK_n, spawn, SHCMD(TERMINAL " -e newsboat; pkill -RTMIN+6 dwmblocks") },
{ MODKEY, XK_m, spawn, SHCMD(TERMINAL " -e ncmpcpp-ueberzug") },
{ MODKEY|ShiftMask, XK_m, spawn, SHCMD("pamixer -t; kill -44 $(pidof dwmblocks)") },