From b2c11f21e4e617906c1a761ae3d581d8b789b7ba Mon Sep 17 00:00:00 2001 From: davidpkj Date: Fri, 25 Aug 2023 19:57:45 +0200 Subject: Fix fonts, add clipmenu --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index cc4f0b9..0cd0fe7 100644 --- a/config.h +++ b/config.h @@ -42,7 +42,7 @@ static char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "  ", " 爵 ", "  ", "  " }; +static const char *tags[] = { " 󰘦 ", " 󰖟 ", "  ", " 󰛊 " }; /* default layout per tags */ /* The first element is for all-tag view, following i-th element corresponds to */ @@ -122,6 +122,8 @@ static const Key keys[] = { { MODKEY, XK_7, togglesticky, {0} }, { MODKEY, XK_8, togglealwaysontop, {0} }, + { MODKEY, XK_c, spawn, SHCMD("clipmenu") }, + { MODKEY, XK_a, spawn, SHCMD("passmenu") }, { MODKEY, XK_Escape, spawn, SHCMD("powermenu") }, -- cgit v1.2.3