can shift click modules,
shift right click opens config
This commit is contained in:
parent
c4b0eb74d0
commit
d6839077f8
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
@ -285,6 +285,8 @@ static Button buttons[] = {
|
||||||
{ ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} },
|
{ ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} },
|
||||||
{ ClkStatusText, 0, Button4, sigdwmblocks, {.i = 4} },
|
{ ClkStatusText, 0, Button4, sigdwmblocks, {.i = 4} },
|
||||||
{ ClkStatusText, 0, Button5, sigdwmblocks, {.i = 5} },
|
{ 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, Button1, movemouse, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button2, defaultgaps, {0} },
|
{ ClkClientWin, MODKEY, Button2, defaultgaps, {0} },
|
||||||
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
|
||||||
|
|
Loading…
Reference in a new issue