index.md (517B)
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 #### Note 12 This patch is obsolete, use `conditional` instead. 13 14 Download 15 -------- 16 * [dwm-ifroot-6.6.diff](dwm-ifroot-6.6.diff) 17 18 Authors 19 ------- 20 * Noah Osterholz - <osterholznoah@gmail.com>