config.def.h
changeset 1301 45e486845a1f
parent 1295 9f20458e3bbc
child 1305 027ae8f1bd1d
equal deleted inserted replaced
1300:f07372537698 1301:45e486845a1f
    93 	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
    93 	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
    94 	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
    94 	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
    95 	{ ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
    95 	{ ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
    96 	{ ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
    96 	{ ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
    97 	{ ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
    97 	{ ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
    98 	{ ClkTagBar,            0,              Button1,        view,           {0} }, \
    98 	{ ClkTagBar,            0,              Button1,        view,           {0} },
    99 	{ ClkTagBar,            0,              Button3,        toggleview,     {0} }, \
    99 	{ ClkTagBar,            0,              Button3,        toggleview,     {0} },
   100 	{ ClkTagBar,            MODKEY,         Button1,        tag,            {0} }, \
   100 	{ ClkTagBar,            MODKEY,         Button1,        tag,            {0} },
   101 	{ ClkTagBar,            MODKEY,         Button3,        toggletag,      {0} },
   101 	{ ClkTagBar,            MODKEY,         Button3,        toggletag,      {0} },
   102 };
   102 };
   103 
   103