Adding nomodbuttons patch
This commit is contained in:
7
patch/nomodbuttons.c
Normal file
7
patch/nomodbuttons.c
Normal file
@ -0,0 +1,7 @@
|
||||
void
|
||||
togglenomodbuttons(const Arg *arg)
|
||||
{
|
||||
nomodbuttons = !nomodbuttons;
|
||||
if (selmon->sel)
|
||||
grabbuttons(selmon->sel, 1);
|
||||
}
|
Reference in New Issue
Block a user