Guest User

Untitled

a guest
Jun 2nd, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /* button definitions */
  2. /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
  3. static Button buttons[] = {
  4. /* click event mask button function argument */
  5. { ClkTagBar, MODKEY, Button1, tag, {0} },
  6. { ClkTagBar, MODKEY, Button3, toggletag, {0} },
  7. { ClkWinTitle, 0, Button2, zoom, {0} },
  8. { ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
  9. { ClkClientWin, MODKEY, Button1, movemouse, {0} },
  10. { ClkClientWin, MODKEY, Button2, togglefloating, {0} },
  11. { ClkClientWin, MODKEY, Button3, resizemouse, {0} },
  12. { ClkTagBar, 0, Button1, view, {0} },
  13. { ClkTagBar, 0, Button3, toggleview, {0} },
  14. { ClkTagBar, MODKEY, Button1, tag, {0} },
  15. { ClkTagBar, MODKEY, Button3, toggletag, {0} },
  16. };
Advertisement
Add Comment
Please, Sign In to add comment