init
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
void
|
||||
togglenomodbuttons(const Arg *arg)
|
||||
{
|
||||
nomodbuttons = !nomodbuttons;
|
||||
if (selmon->sel)
|
||||
grabbuttons(selmon->sel, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user