index.md (1089B)
1 namedscratchpads 2 ================ 3 4 Description 5 ----------- 6 Allows for the creation of multiple scratchpad windows, each assigned to different keybinds. 7 8 On pressing the keybind the window will either: 9 * Spawn based on the given command, if it's not already running 10 * Toggle visibility of the window 11 12 A new field in the rules array is added to associate the command with the corresponding rule. 13 14 Works well with [floatrules](../floatrules/) for window positioning. 15 16 Apply the scratchtagwins patch on top of this patch, to have 'scratchpad tags' 17 support. Contribute to this sub-patch on this [gitlab repo](https://gitlab.com/GasparVardanyan/dwm/-/tree/namedscratchpads-scratchtagwins). 18 19 Download 20 -------- 21 * [dwm-namedscratchpads-6.2.diff](dwm-namedscratchpads-6.2.diff) 22 * [dwm-scratchtagwins-6.3.diff](dwm-scratchtagwins-6.3.diff) 23 * [dwm-namedscratchpads-6.5.diff](dwm-namedscratchpads-6.5.diff) 24 * [dwm-scratchtagwins-6.5.diff](dwm-scratchtagwins-6.5.diff) 25 26 Authors 27 ------- 28 * Joshua O'Connor <joshua@joshuao.com> 29 * [Gaspar Vardanyan](https://gasparvardanyan.github.io/) (scratchtagwins)