Adding tagothermonitor patch
This commit is contained in:
16
patch/dwmc.c
16
patch/dwmc.c
@@ -40,6 +40,20 @@ tagallex(const Arg *arg)
|
||||
tag(&((Arg){.ui = ~0}));
|
||||
}
|
||||
|
||||
#if TAGOTHERMONITOR_PATCH
|
||||
void
|
||||
tagnextmonex(const Arg *arg)
|
||||
{
|
||||
tagnextmon(&((Arg) { .ui = 1 << arg->ui }));
|
||||
}
|
||||
|
||||
void
|
||||
tagprevmonex(const Arg *arg)
|
||||
{
|
||||
tagprevmon(&((Arg) { .ui = 1 << arg->ui }));
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
fake_signal(void)
|
||||
{
|
||||
@@ -81,4 +95,4 @@ fake_signal(void)
|
||||
|
||||
// No fake signal was sent, so proceed with update
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user