From 24a01c43a3e0c0c9224882db73b937a6825853b1 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Wed, 14 Jun 2023 19:38:04 -0400 Subject: Add status-cmd-signal patch This allows dwmblocks to operate correctly --- config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index c57ec89d..34cb3284 100644 --- a/config.h +++ b/config.h @@ -116,10 +116,9 @@ static const Button buttons[] = { { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, { ClkWinTitle, 0, Button2, zoom, {0} }, - { ClkStatusText, 0, Button1, sigstatusbar, {.i = 1} }, - { ClkStatusText, 0, Button2, sigstatusbar, {.i = 2} }, - { ClkStatusText, 0, Button3, sigstatusbar, {.i = 3} }, - { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, + { ClkStatusText, 0, Button1, sigdwmblocks, {.i = 1} }, + { ClkStatusText, 0, Button2, sigdwmblocks, {.i = 2} }, + { ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, -- cgit v1.2.3