~ruther/dwl

6a95122e2aeb3c7bec6c4709f972230c1a159f93 — Rutherther 1 year, 2 months ago 9601fc9
Fix sticky
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 3148,7 3148,6 @@ togglefullscreen(const Arg *arg)
}

void
togglesticky(const Arg *arg)
togglescratch(const Arg *arg)
{
	Client *c;


@@ 3265,7 3264,7 @@ focusortogglematchingscratch(const Arg *arg)
}

void
toggletag(const Arg *arg)
togglesticky(const Arg *arg)
{
	Client *c = focustop(selmon);
	if(!c)

Do not follow this link