diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-11 14:09:18 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-11 14:09:18 -0800 |
| commit | b72e15ac350e0b9c9d0db134d92d3cd70eb565d9 (patch) | |
| tree | 8425e1c96395d1d0b7b6fbc237a1b33f53b70e6c | |
| parent | fd7251e08dcb844b2abe8d5d58b63f0914d55e20 (diff) | |
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)") }, |
