tAdd binding for man picker - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 984baf23f974c47a28cefe78cef012ffdd9e7827
DIR parent 63c0c7269a962b9bdabc48633e0b79289bf4f170
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 28 Jul 2020 10:06:26 +0200
Add binding for man picker
Diffstat:
M config.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/config.h b/config.h
t@@ -113,6 +113,7 @@ static const char *printscreenicmd[] = {"maimpick", NULL};
static const char *keyboardlayoutcmd[] = {"keyboard-layout-switch.sh", NULL};
static const char *torbrowsercmd[] = {"tor-browser", NULL};
static const char *showcalcmd[] = {"showcalendar", NULL};
+static const char *mancmd[] = {"manpick", NULL};
static const char *browsercmd[] = {BROWSER, HOME "/doc/bookmark.html", NULL};
static const char *journalcmd[] = TERMCMD("tmux-journal.sh");
t@@ -158,6 +159,7 @@ static Key keys[] = {
{ ShiftMask, XF86XK_AudioLowerVolume, spawn, {.v = audioextvoldncmd } },
{ ShiftMask, XF86XK_AudioMute, spawn, {.v = audioextmutecmd } },
+ { MODKEY, XK_F1, spawn, {.v = mancmd } },
{ MODKEY, XK_F7, spawn, {.v = displaycmd } },
{ MODKEY, XK_a, spawn, {.v = articlesearchcmd } },