diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:27:23 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:27:23 -0400 | 
| commit | 219d4487f30f89d4868defa7fcd17b48571d7901 (patch) | |
| tree | 345c08feb31f95794ff99da831916bd49fc3ca98 | |
| parent | a72eace034daf329378c37de1b62acb3696f735e (diff) | |
statusbar info
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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} }, | 
