aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-08-25 19:57:45 +0200
committerdavidpkj <davidpenkow1@gmail.com>2023-08-25 19:57:45 +0200
commitb2c11f21e4e617906c1a761ae3d581d8b789b7ba (patch)
tree55c0c07c6215c7a09553f1ce56730331a1d69184
parent85366ce95f6b2aadc6a7c8916edfe2b5c4e7f38c (diff)
Fix fonts, add clipmenu
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
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") },