diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-27 20:59:19 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-27 20:59:19 -0500 |
| commit | 65d2bfb353627d4652225faa037905877d797a5c (patch) | |
| tree | 034e027affc90bb6f82e1cb37a48ba23561f3b46 /wm | |
| parent | a327f64412c10b04832fa5ba7c34cf494e291c19 (diff) | |
remove mpv fullscreen
Diffstat (limited to 'wm')
| -rw-r--r-- | wm/dwm-6.4/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h index e11785a..6cfb465 100644 --- a/wm/dwm-6.4/config.h +++ b/wm/dwm-6.4/config.h @@ -147,7 +147,7 @@ static Key keys[] = { { MODKEY, XK_s, spawn, SHCMD("sarc.sh --search_web") }, { MODKEY, XK_g, spawn, SHCMD("sarc.sh --goto-website") }, { MODKEY, XK_t, spawn, SHCMD("st vim ~/.cache/todo") }, - { MODKEY, XK_y, spawn, SHCMD("st mpv -fs `yt-dlp -g -f 18 $(xclip -o)`") }, + { MODKEY, XK_y, spawn, SHCMD("st mpv `yt-dlp -g -f 18 $(xclip -o)`") }, { WINKEY, XK_1, spawn, SHCMD("st vim ~/.cache/.sarc_notes.1") }, { WINKEY, XK_2, spawn, SHCMD("st vim ~/.cache/.sarc_notes.2") }, { WINKEY, XK_3, spawn, SHCMD("st vim ~/.cache/.sarc_notes.3") }, |