mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 15:13:45 +01: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);
|
||
|
|
}
|
||
|
|
|