about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2023-02-03 20:25:46 +0200
committerAcid Bong <acid-bong@cock.lt>2023-02-03 20:25:46 +0200
commit99e752c8b7b924dbbee53ac02eedae13d7fe8004 (patch)
tree68fd02ae9be10ac718f485f341a40ee1391eb748
parent7c9230c614195cdb2290de0e4f995bddfde14afe (diff)
downloaddwm-99e752c8b7b924dbbee53ac02eedae13d7fe8004.tar.gz
keys: no longer using weechat
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index b1ef989..62b5e11 100644
--- a/config.def.h
+++ b/config.def.h
@@ -123,8 +123,6 @@ static const Key keys[] = {
 	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
 	{ MODKEY,			XK_f,		spawn,	SHCMD("st ranger") },
 	{ ControlMask,			XK_Escape,	spawn,	SHCMD("st btop") },
-	{ 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)") },