commit ab0274cdb62aca68114fa13add8ba8f726e0e4c7
parent aa912077f52f3c1643b4cfb591fab83a06edad7a
Author: Piyush Pangtey <gokuvsvegita@gmail.com>
Date: Mon, 14 Jun 2021 05:42:21 +0000
[dwm][spawntag] index.md formatting fix
Diffstat:
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git 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
--------