commit 2da2ca501905925eb6c5028990075d782249a94a
parent 5c6ebbc88bd52723bbfc9f079c598f31583e76e6
Author: Miles Alan <m@milesalan.com>
Date: Mon, 11 May 2020 20:48:45 -0500
Remove action to launch dmenu on clicking dwm bar
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -176,7 +176,6 @@ static Button buttons[] = {
/* click event mask button function argument */
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} },
- { ClkStatusText, 0, Button1, spawn, SHCMD("sxmo_appmenu.sh control") },
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },