Adding tagothermonitor patch
This commit is contained in:
11
config.def.h
11
config.def.h
@@ -511,6 +511,10 @@ static Signal signals[] = {
|
||||
#if XRDB_PATCH && !VTCOLORS_PATCH
|
||||
{ "xrdb", xrdb },
|
||||
#endif // XRDB_PATCH
|
||||
#if TAGOTHERMONITOR_PATCH
|
||||
{ "tagnextmonex", tagnextmonex },
|
||||
{ "tagprevmonex", tagprevmonex },
|
||||
#endif // TAGOTHERMONITOR_PATCH
|
||||
{ "quit", quit },
|
||||
{ "setlayout", setlayout },
|
||||
{ "setlayoutex", setlayoutex },
|
||||
@@ -683,6 +687,13 @@ static const Layout layouts[] = {
|
||||
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
|
||||
#endif // COMBO_PATCH / SWAPTAGS_PATCH
|
||||
|
||||
#if TAGOTHERMONITOR_PATCH
|
||||
/* TODO: Choose keybindings for TAGOTHERMONITOR_PATCH
|
||||
{ MODKEY|Mod4Mask, KEY, tagnextmon, {.ui = 1 << TAG} }, \
|
||||
{ MODKEY|Mod4Mask|ShiftMask, KEY, tagprevmon, {.ui = 1 << TAG} }, \
|
||||
*/
|
||||
#endif // TAGOTHERMONITOR_PATCH
|
||||
|
||||
#if STACKER_PATCH
|
||||
#define STACKKEYS(MOD,ACTION) \
|
||||
{ MOD, XK_j, ACTION##stack, {.i = INC(+1) } }, \
|
||||
|
Reference in New Issue
Block a user