From 88812dd863309a90b5e5e7b7f4406dfdee2d834e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Fri, 27 May 2022 10:33:34 +0200 Subject: [PATCH] sync --- dot_config/private_mpv/mpv.conf | 2 ++ dot_config/rofi/config.rasi | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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;*/