Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemove unused bindings - dwm - [fork] customized build of dwm, the dynamic win…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 81367aaf10a4cfecebe7840d9086a5bd94e3de00
parent bce1f84f9bfbf4654fd5cced3a0269c89590319d
Author: Anders Damsgaard <[email protected]>
Date: Sat, 23 May 2020 22:57:44 +0200
Remove unused bindings
Diffstat:
M config.h | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -96,10 +96,6 @@ static const char *definecmd[] = {"define", "--gui"…
static const char *passcmd[] = {"passmenu", "-t", "-n", NULL};
static const char *passemailcmd[] = {"passmenu", "-t", "-u", "anders@adam…
static const char *displaycmd[] = {"displayselect", NULL};
-static const char *torrentcmd[] = {"t-daemon-toggle", NULL};
-static const char *mountcmd[] = {"dmenumount", NULL};
-static const char *umountcmd[] = {"dmenuumount", NULL};
-static const char *contactscmd[] = {"contactmenu", NULL};
static const char *textcmd[] = {"text.sh", "-i", NULL};
static const char *videocmd[] = {"videotoggle", NULL};
static const char *screenrecordcmd[] = {"screenrecord", NULL};
t@@ -150,10 +146,6 @@ static Key keys[] = {
{ MODKEY, XK_p, spawn, {.v = passc…
{ MODKEY|ShiftMask, XK_p, spawn, {.v = passe…
{ MODKEY, XK_F7, spawn, {.v = displ…
- { MODKEY, XK_F8, spawn, {.v = torre…
- { MODKEY, XK_F9, spawn, {.v = mount…
- { MODKEY, XK_F10, spawn, {.v = umoun…
- { MODKEY, XK_F11, spawn, {.v = conta…
{ MODKEY, XK_u, spawn, {.v = plumb…
{ MODKEY|ShiftMask, XK_u, spawn, {.v = plumb…
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.