From 6a95122e2aeb3c7bec6c4709f972230c1a159f93 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 30 Apr 2024 21:23:23 +0200 Subject: [PATCH] Fix sticky --- dwl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwl.c b/dwl.c index d86db0a..b37af99 100644 --- a/dwl.c +++ b/dwl.c @@ -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) -- 2.49.0