From: arg@mig29 Date: Mon, 27 Nov 2006 12:21:38 +0000 (+0100) Subject: changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/19390b1a91da680a502ce5acebd086cfbe32627c?hp=19390b1a91da680a502ce5acebd086cfbe32627c changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones) ---