t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7a59cd14573b2ead4e69a609e27992f0b7493b19
   DIR parent 24849acada79977cea6acd2d8741d2bd00891ff6
   URI Author: Quentin Rameau <quinq@fifth.space>
       Date:   Mon, 14 Nov 2016 11:18:27 +0100
       
       dwm.1: add keybinding for spawning dmenu
       
       Diffstat:
         M dwm.1                               |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dwm.1 b/dwm.1
       t@@ -59,6 +59,11 @@ click on a tag label adds/removes that tag to/from the focused window.
        Start
        .BR st(1).
        .TP
       +.B Mod1\-p
       +Spawn
       +.BR dmenu(1)
       +for launching other programs.
       +.TP
        .B Mod1\-,
        Focus previous screen, if any.
        .TP