Skip to content

Commit 512bc80

Browse files
committed
Fix toggle sticky
1 parent 6b4b2f9 commit 512bc80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dwm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,8 @@ togglescratch(const Arg *arg)
28122812
} else
28132813
spawn(arg);
28142814
}
2815+
2816+
void
28152817
togglesticky(const Arg *arg)
28162818
{
28172819
if (!selmon->sel)

0 commit comments

Comments
 (0)