X-Git-Url: http://git.subgeniuskitty.com/dwm/.git/blobdiff_plain/c56e756083531e1030a77a42c6733762f6cee5b5..03330c081804659983811ce2f385834f2c46c143:/config.def.h diff --git a/config.def.h b/config.def.h index 9835e4d..12bbb42 100644 --- a/config.def.h +++ b/config.def.h @@ -39,11 +39,13 @@ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +#include "tcl.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, + { "|||", tcl }, }; /* key definitions */ @@ -97,7 +99,7 @@ static const Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) - { MODKEY|ShiftMask, XK_q, quit, {0} }, + { MODKEY|ShiftMask, XK_q, quitprompt, {0} }, }; /* button definitions */