Update config.def.h

This commit is contained in:
Santiago Lo Coco 2024-05-15 20:06:16 +02:00
parent bac4a1eb3f
commit f1597a94b2
1 changed files with 5 additions and 3 deletions

View File

@ -17,8 +17,8 @@ static int smartgaps = 0; /* 1 means no outer gap when the
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 *fonts[] = { "monospace:size=10", "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true" };
static const char dmenufont[] = "monospace:size=10";
static const char *fonts[] = { "monospace:size=12", "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true" };
static const char dmenufont[] = "monospace:size=12";
/*
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
@ -270,7 +270,9 @@ static Key keys[] = {
{ 0, XF86XK_AudioStop, spawn, SHCMD("dunstctl set-paused toggle; sigdwmblocks 6") },
{ 0, XK_Print, spawn, SHCMD("$HOME/.local/bin/screenshot") },
#ifdef THINKPAD
{ 0, XF86XK_Messenger, spawn, SHCMD("slock") },
//{ 0, XF86XK_Messenger, spawn, SHCMD("slock") },
//{ 0, XF86XK_Messenger, spawn, SHCMD("xset s activate") },
{ 0, XF86XK_Messenger, spawn, SHCMD("systemctl suspend") },
#endif
{ MODKEY|ShiftMask, XK_m, spawn, SHCMD("noisetorch; $TERMINAL -e \"alsamixer\"") },
{ MODKEY, XK_v, spawn, SHCMD("clipmenu") },