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 (922B)
---
1 tagspawn
2 ========
3
4 Description
5 -----------
6 This patch allows you to define an array of commands corresponding to your tags
7 which can be spawned
8
9 It is similar to the default\_tag\_apps patch, but is different (better?) in a few ways:
10 * tagspawn lets you define commands with multiple arguments, as its command
11 format is the same as the spawn function
12 * if multiple tags are selected, tagspawn will run each corresponding command,
13 while default\_tag\_apps will only execute the command corresponding to the
14 most recently selected tag
15
16 Usage
17 -----
18 * Merge patch
19 * If not starting fresh remember to merge changes from config.def.h to config.h
20 * Update tagcommands array in config.h to include your commands
21 * If desired change keybinding for tagspawn command. Default is mod+ctrl+return
22
23 Download
24 --------
25 * [dwm-tagspawn-6.2.diff](dwm-tagspawn-6.2.diff) (dwm 6.2)
26
27 Authors
28 -------
29 * Sage Raflik - neonfuz@gmail.com