X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=a31a235290790492e3bc1717a28e9d013cd191bf;hp=07a22ed9610a731ebf043385e3ed653d7fc86902;hb=3865e9eaaf4e1c7820b1f41ce9d0b1d7b109fb26;hpb=e5295629cdffb711001f3fdffbb9aa4ef772add0 diff --git a/config.def.h b/config.def.h index 07a22ed..a31a235 100644 --- a/config.def.h +++ b/config.def.h @@ -305,3 +305,15 @@ static Key key[] = { { XK_F35, XK_NO_MOD, "\033[23;5~", 0, 0, 0}, }; +/* + * Selection types' masks. + * Use the same masks as usual. + * Button1Mask is always unset, to make masks match between ButtonPress. + * ButtonRelease and MotionNotify. + * If no match is found, regular selection is used. + */ + +static uint selmasks[] = { + [SEL_RECTANGULAR] = Mod1Mask, +}; +