sites

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

index.md (455B)


      1 ifroot
      2 ======
      3 
      4 Description
      5 -----------
      6 Adds the `ifroot` function, which allows assigning two actions to a single keybinding.
      7 The first action is executed when no client is focused, and the second when a client
      8 is focused. This is mainly intended for using the same keybinding to close windows,
      9 quit dwm, or open the power menu.
     10 
     11 Download
     12 --------
     13 * [dwm-ifroot-6.6.diff](dwm-ifroot-6.6.diff)
     14 
     15 Authors
     16 -------
     17 * Noah Osterholz - <osterholznoah@gmail.com>