From d6839077f8fee863cdf639844178b75a6b31ffef Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 7 May 2020 17:04:45 -0400 Subject: [PATCH] can shift click modules, shift right click opens config --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index 078d78a..7051ba3 100644 --- a/config.h +++ b/config.h @@ -285,6 +285,8 @@ static Button buttons[] = { { ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} }, { ClkStatusText, 0, Button4, sigdwmblocks, {.i = 4} }, { ClkStatusText, 0, Button5, sigdwmblocks, {.i = 5} }, + { ClkStatusText, ShiftMask, Button1, sigdwmblocks, {.i = 6} }, + { ClkStatusText, ShiftMask, Button3, spawn, SHCMD("st -e nvim ~/.local/src/dwmblocks/config.h") }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, defaultgaps, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} },