Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd binding for casting microphone - dwm - [fork] customized build of dwm, the…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 786a9ed7f3f238fcb55faac15162f1a1a4d11532
parent 4764faafda34e251f34bd1d8bc9342ea1f22c6fd
Author: Anders Damsgaard <[email protected]>
Date: Wed, 27 May 2020 08:43:05 +0200
Add binding for casting microphone
Diffstat:
M config.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -103,6 +103,7 @@ static const char *displaycmd[] = {"displayselect",…
static const char *textcmd[] = {"text.sh", "-i", NULL};
static const char *videocmd[] = {"videotoggle", NULL};
static const char *screenrecordcmd[] = {"screenrecord", NULL};
+static const char *castcmd[] = {"adcast", NULL};
static const char *plumbcmd[] = {"clipplumb", NULL};
static const char *plumb2cmd[] = {"clipplumb", "-c", NULL};
t@@ -146,7 +147,6 @@ static Key keys[] = {
{ MODKEY, XK_space, spawn, {.v = searc…
{ MODKEY, XK_a, spawn, {.v = artic…
{ MODKEY|ShiftMask, XK_a, spawn, {.v = jabbr…
- { MODKEY, XK_o, spawn, {.v = fuzzy…
{ MODKEY, XK_grave, spawn, {.v = unico…
{ MODKEY, XK_slash, spawn, {.v = defin…
{ MODKEY, XK_p, spawn, {.v = passc…
t@@ -163,6 +163,7 @@ static Key keys[] = {
{ MODKEY, XK_v, spawn, {.v = video…
{ MODKEY, XK_r, spawn, {.v = scree…
+ { MODKEY, XK_o, spawn, {.v = castc…
{ MODKEY, XK_c, spawn, {.v = calen…
{ MODKEY, XK_d, spawn, {.v = todoc…
{ MODKEY|ShiftMask, XK_d, spawn, {.v = journ…
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.