diff --git a/dot_config/private_mpv/mpv.conf b/dot_config/private_mpv/mpv.conf index 9efc272..83f6a75 100644 --- a/dot_config/private_mpv/mpv.conf +++ b/dot_config/private_mpv/mpv.conf @@ -1 +1,3 @@ hwdec=auto +script-opts=ytdl_path=yt-dlp +ytdl-format=mp4 diff --git a/dot_config/rofi/config.rasi b/dot_config/rofi/config.rasi index 31d7d42..300f4f9 100644 --- a/dot_config/rofi/config.rasi +++ b/dot_config/rofi/config.rasi @@ -2,6 +2,7 @@ configuration { modi: "window,drun"; show-icons: true; display-drun: "Program"; + matching: "fuzzy"; /* icon-theme: "Adwaita"; */ } @@ -40,7 +41,7 @@ configuration { /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ /* combi-modi: "window,run";*/ -/* matching: "normal";*/ +/* matching: "fuzzy"; */ /* tokenize: true;*/ /* m: "-5";*/ /* line-margin: 2;*/