We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4b2f9 commit 512bc80Copy full SHA for 512bc80
1 file changed
dwm.c
@@ -2812,6 +2812,8 @@ togglescratch(const Arg *arg)
2812
} else
2813
spawn(arg);
2814
}
2815
+
2816
+void
2817
togglesticky(const Arg *arg)
2818
{
2819
if (!selmon->sel)
0 commit comments