Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: add memeselect binding - dwm - [fork] customized build of dwm, the d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 35eb94c635fcca1554296c88733173e1f9d47c19
parent 467e0b3b4d00d0dffa18d314dcf9fb4d76fb373f
Author: Anders Damsgaard <[email protected]>
Date: Fri, 8 Jan 2021 20:35:54 +0100
config.h: add memeselect binding
Diffstat:
M config.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -118,6 +118,7 @@ static const char *torbrowsercmd[] = {"tor-browser", N…
static const char *showcalcmd[] = {"showcalendar", NULL};
static const char *mancmd[] = {"manpick", NULL};
static const char *weathercmd[] = {"weather", NULL};
+static const char *memeselectcmd[] = {"memeselect", NULL};
static const char *browsercmd[] = {BROWSER, HOME "/doc/bookmark.html", …
static const char *journalcmd[] = TERMCMD("tmux-journal.sh");
t@@ -248,6 +249,7 @@ static Key keys[] = {
{ MODKEY, XK_q, killclient, {0} },
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY, XK_r, spawn, {.v = scree…
+ { MODKEY|ShiftMask, XK_s, spawn, {.v = memes…
{ MODKEY|ControlMask|ShiftMask, XK_s, spawn, {.v = mpdst…
{ MODKEY|ControlMask, XK_s, spawn, {.v = mpd_r…
{ MODKEY, XK_t, spawn, {.v = textc…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.