diff options
Diffstat (limited to 'dwm')
| -rwxr-xr-x | dwm/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dwm/config.h b/dwm/config.h index 16b37b8..a20288d 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -347,10 +347,7 @@ static const Key keys[] = { SHCMD("mpv --untimed --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 | ShiftMask, - XK_F11, - spawn, - {.v = (const char *[]){"mpvplay", NULL}}}, + {MODKEY | ShiftMask, XK_F11, spawn, {.v = (const char *[]){"mpv", NULL}}}, {MODKEY, XK_F12, spawn, SHCMD("remaps")}, {MODKEY, XK_space, zoom, {0}}, {MODKEY | ShiftMask, XK_space, togglefloating, {0}}, |
