URI: 
       index.md - sites - public wiki contents of suckless.org
  HTML git clone git://git.suckless.org/sites
   DIR Log
   DIR Files
   DIR Refs
       ---
       index.md (641B)
       ---
            1 spawntag
            2 ========
            3 
            4 Description
            5 -----------
            6 Spawn application whenever a tag is middle clicked. This patch also include
            7 `GTKCMD`, helper for launching gtk application.
            8 
            9 Example usage:
           10 
           11         static const Arg tagexec[] = {
           12                 { .v = termcmd },
           13                 GTKCMD("org.gnome.Nautilus"),
           14                 GTKCMD("visual-studio-code"),
           15                 SHCMD("lxterminal -t AlsaMixer -e /usr/bin/alsamixer"),
           16                 GTKCMD("discord"),
           17                 SHCMD("lxterminal -t Cmus  -e /usr/bin/cmus"),
           18                 { .v = termcmd },
           19                 GTKCMD("personal-firefox"),
           20                 GTKCMD("firefox")
           21         };
           22 
           23 Download
           24 --------
           25 * [dwm-spawntag-6.2.diff](dwm-spawntag-6.2.diff) (2021-05-19)
           26 
           27 Author
           28 -------
           29 * Piyush Pangtey <gokuvsvegita@gmail.com>