diff options
author | Jackson Taylor <jtaylor@classicalconversations.com> | 2023-06-14 19:38:04 -0400 |
---|---|---|
committer | Jackson Taylor <jtaylor@classicalconversations.com> | 2023-06-15 17:05:58 -0400 |
commit | 24a01c43a3e0c0c9224882db73b937a6825853b1 (patch) | |
tree | 64a6fdeb71a8f88c8e514fde01a08e3cde9e1642 /config.h | |
parent | 7cc723f7d6037c2410a9ef9abe49e6f6c9ea462d (diff) |
Add status-cmd-signal patchjackson/patches
This allows dwmblocks to operate correctly
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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} }, |