sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (944B)


      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/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 
     24 Authors
     25 -------
     26 * Joshua O'Connor <joshua@joshuao.com>
     27 * [Gaspar Vardanyan](https://gasparvardanyan.github.io/) (scratchtagwins)