config.def.h
changeset 1279 ad96b8aadc88
parent 1278 09bcda3ec14f
child 1283 f4ed75c5e2ef
child 1285 226e616bc123
equal deleted inserted replaced
1278:09bcda3ec14f 1279:ad96b8aadc88
    93 	/* click                event mask      button          function        argument */
    93 	/* click                event mask      button          function        argument */
    94 	{ ClkLtSymbol,          0,              Button1,        togglelayout,   {0} },
    94 	{ ClkLtSymbol,          0,              Button1,        togglelayout,   {0} },
    95 	{ ClkLtSymbol,          0,              Button3,        togglemax,      {0} },
    95 	{ ClkLtSymbol,          0,              Button3,        togglemax,      {0} },
    96 	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
    96 	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
    97 	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
    97 	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
    98 	{ ClkWinTitle,          0,              Button5,        focusstack,     {.i = +1 } },
       
    99 	{ ClkWinTitle,          0,              Button4,        focusstack,     {.i = -1 } },
       
   100 	{ ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
    98 	{ ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
   101 	{ ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
    99 	{ ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
   102 	{ ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
   100 	{ ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
   103 	TAGBUTTONS(0)
   101 	TAGBUTTONS(0)
   104 	TAGBUTTONS(1)
   102 	TAGBUTTONS(1)