From f1597a94b244e2ee3958816485abb75696be982d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 15 May 2024 20:06:16 +0200 Subject: [PATCH] Update config.def.h --- config.def.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index e185fb1..029ff8c 100644 --- a/config.def.h +++ b/config.def.h @@ -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") },