diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-07 17:04:45 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-07 17:04:45 -0400 |
commit | d6839077f8fee863cdf639844178b75a6b31ffef (patch) | |
tree | 33e45e71d0fe98b7d9b831526e3bceefe921e4e2 /config.h | |
parent | c4b0eb74d0e07d281664993406ce323d2faa53fb (diff) |
can shift click modules,
shift right click opens config
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} }, |