mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
9 lines
125 B
C
9 lines
125 B
C
void
|
|
togglenomodbuttons(const Arg *arg)
|
|
{
|
|
nomodbuttons = !nomodbuttons;
|
|
if (selmon->sel)
|
|
grabbuttons(selmon->sel, 1);
|
|
}
|
|
|