diff options
| author | Andrew <saintruler@gmail.com> | 2020-06-05 12:46:57 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-06-05 12:46:57 +0400 |
| commit | 588bb80ca4c11471c31d7d516ba39da5b6b6dca8 (patch) | |
| tree | 8aba5b4f71a6c47ee92d6218f4d9ca3de6a9ce6e /config.def.h | |
| parent | 85729421921b7cbf1b0528468f138aacaf99500d (diff) | |
Added support of dwmblocks
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index b275b14..3f7da51 100644 --- a/config.def.h +++ b/config.def.h @@ -113,7 +113,9 @@ 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, 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} }, |