summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-12-28 09:19:51 -0500
committerGitHub <noreply@github.com>2020-12-28 09:19:51 -0500
commit30102c3161a6df499b53cae6bf8c6f740dc0b60f (patch)
tree811c86c189aa79eee7923b2039792a0956f00828 /config.h
parent67eabfe475e273370de6e224f2ccd55f5d65452f (diff)
parent306578196bdd1f8cdea488d6d82ef7bf993f906b (diff)
Merge pull request #142 from oliver-dvorski/patch-1
Make the Mod+F11 camera window less laggy
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index fdd8766..de031da 100644
--- a/config.h
+++ b/config.h
@@ -243,7 +243,7 @@ static Key keys[] = {
{ MODKEY, XK_F8, spawn, SHCMD("mw -Y") },
{ MODKEY, XK_F9, spawn, SHCMD("dmenumount") },
{ MODKEY, XK_F10, spawn, SHCMD("dmenuumount") },
- { MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") },
+ { MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") },
/* { MODKEY, XK_F12, xrdb, {.v = NULL } }, */
{ MODKEY, XK_space, zoom, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },