Update config.def.h
This commit is contained in:
parent
bac4a1eb3f
commit
f1597a94b2
|
@ -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 showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
//static const char *fonts[] = { "monospace:size=10"};
|
//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 *fonts[] = { "monospace:size=12", "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true" };
|
||||||
static const char dmenufont[] = "monospace:size=10";
|
static const char dmenufont[] = "monospace:size=12";
|
||||||
/*
|
/*
|
||||||
static const char col_gray1[] = "#222222";
|
static const char col_gray1[] = "#222222";
|
||||||
static const char col_gray2[] = "#444444";
|
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, XF86XK_AudioStop, spawn, SHCMD("dunstctl set-paused toggle; sigdwmblocks 6") },
|
||||||
{ 0, XK_Print, spawn, SHCMD("$HOME/.local/bin/screenshot") },
|
{ 0, XK_Print, spawn, SHCMD("$HOME/.local/bin/screenshot") },
|
||||||
#ifdef THINKPAD
|
#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
|
#endif
|
||||||
{ MODKEY|ShiftMask, XK_m, spawn, SHCMD("noisetorch; $TERMINAL -e \"alsamixer\"") },
|
{ MODKEY|ShiftMask, XK_m, spawn, SHCMD("noisetorch; $TERMINAL -e \"alsamixer\"") },
|
||||||
{ MODKEY, XK_v, spawn, SHCMD("clipmenu") },
|
{ MODKEY, XK_v, spawn, SHCMD("clipmenu") },
|
||||||
|
|
Loading…
Reference in New Issue