index.md (654B)
1 multipledynamicscratchpads 2 ========================== 3 4 Description 5 ----------- 6 The scratchpad patch allows you to spawn or restore a multiple floating windows. 7 It is usually useful to have multiple windows spawn and hidden quickly using individual keys. 8 9 By default your keybinding are `MODKEY+XK_{s, y, u}` to to show scratchpad, 10 `MODKEY|ShiftMask+XK_{s, y, u}` to create a scratchpad and 11 `MODKEY|ShiftMask+XK_r` to remove scratchpad. 12 13 A `config.def.h` change is included in the patch. 14 15 Download 16 -------- 17 * [dwm-multiple-dynamic-scratchpads.diff](dwm-multiple-dynamic-scratchpads.diff) - 2022-04-10 18 19 Authors 20 ------- 21 * Anukul Adhikari <hi@anukul.com.np>