commit ab0274cdb62aca68114fa13add8ba8f726e0e4c7
Author: Piyush Pangtey <[email protected]>
Date:   Mon Jun 14 05:42:21 2021 +0000

    [dwm][spawntag] index.md formatting fix

diff --git a/dwm.suckless.org/patches/spawntag/index.md 
b/dwm.suckless.org/patches/spawntag/index.md
index 40ea7de7..69cfe24a 100644
--- a/dwm.suckless.org/patches/spawntag/index.md
+++ b/dwm.suckless.org/patches/spawntag/index.md
@@ -8,19 +8,17 @@ Spawn application whenever a tag is middle clicked. This 
patch also include
 
 Example usage:
 
-``
-static const Arg tagexec[] = {
-       { .v = termcmd },
-       GTKCMD("org.gnome.Nautilus"),
-       GTKCMD("visual-studio-code"),
-       SHCMD("lxterminal -t AlsaMixer -e /usr/bin/alsamixer"),
-       GTKCMD("discord"),
-       SHCMD("lxterminal -t Cmus  -e /usr/bin/cmus"),
-       { .v = termcmd },
-       GTKCMD("personal-firefox"),
-       GTKCMD("firefox")
-};
-``
+       static const Arg tagexec[] = {
+               { .v = termcmd },
+               GTKCMD("org.gnome.Nautilus"),
+               GTKCMD("visual-studio-code"),
+               SHCMD("lxterminal -t AlsaMixer -e /usr/bin/alsamixer"),
+               GTKCMD("discord"),
+               SHCMD("lxterminal -t Cmus  -e /usr/bin/cmus"),
+               { .v = termcmd },
+               GTKCMD("personal-firefox"),
+               GTKCMD("firefox")
+       };
 
 Download
 --------


Reply via email to