dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 7a59cd14573b2ead4e69a609e27992f0b7493b19
parent 24849acada79977cea6acd2d8741d2bd00891ff6
Author: Quentin Rameau <quinq@fifth.space>
Date:   Mon, 14 Nov 2016 11:18:27 +0100

dwm.1: add keybinding for spawning dmenu

Diffstat:
Mdwm.1 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/dwm.1 b/dwm.1
@@ -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