about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-11-01 20:57:18 +0200
committerAcid Bong <acid-bong@cock.lt>2022-11-01 20:57:18 +0200
commit8af2e8dc0c81602bd11365e4c1bdf314d51511cf (patch)
tree81803fcec73b851fa3deeb225f49af555e3d17ac
parent1e3c3c09527b3ceecf9c4294ed03262ba29e4bba (diff)
downloaddwm-8af2e8dc0c81602bd11365e4c1bdf314d51511cf.tar.gz
keys: weechat bindings
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index fa27961..4a98adc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -106,6 +106,8 @@ static const Key keys[] = {
 	{ MODKEY,			XK_f,		spawn,	SHCMD("st ranger") },
 	{ ControlMask|ShiftMask,	XK_Escape,	spawn,	SHCMD("st btop") },
 	{ MODKEY,			XK_b,		spawn,	SHCMD("st bombadillo") },
+	{ MODKEY,			XK_i,		spawn,	SHCMD("st weechat") },
+	{ MODKEY|ShiftMask,		XK_i,		spawn,	SHCMD("st weechat -a") },
 		/* volume control */
 	{ 0,		XF86XK_AudioRaiseVolume,	spawn,	SHCMD("pamixer -i 5; kill -35 $(pidof dwmblocks)") },
 	{ 0,		XF86XK_AudioLowerVolume,	spawn,	SHCMD("pamixer -d 5; kill -35 $(pidof dwmblocks)") },