From 219d4487f30f89d4868defa7fcd17b48571d7901 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 31 Mar 2020 20:27:23 -0400 Subject: [PATCH] statusbar info --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index f8a813f..3897600 100644 --- a/config.h +++ b/config.h @@ -261,7 +261,7 @@ static Button buttons[] = { { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, { ClkWinTitle, 0, Button2, zoom, {0} }, - { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, + { ClkStatusText, 0, Button2, spawn, SHCMD("st -e statusbarinfo") }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} },