From ba4640a1b3e47ad2cda255fec87d9987413be20d Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Wed, 20 May 2026 07:25:18 -0400 Subject: [PATCH] update --- .config/teams-for-linux/config.json | 11 ++++++++++- .config/yazi/yazi.toml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.config/teams-for-linux/config.json b/.config/teams-for-linux/config.json index 6aec2a0..4174d7a 100644 --- a/.config/teams-for-linux/config.json +++ b/.config/teams-for-linux/config.json @@ -1,7 +1,16 @@ { "media": { "camera": { - "autoAdjustAspectRatio": { "enabled": true } + "autoAdjustAspectRatio": { "enabled": true }, + "resolution": { + "enabled": true, + "mode": "override", + "width": 1920, + "height": 1080 + } + }, + "video": { + "menuEnabled": true } } } diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index 32c451e..1bef74a 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -10,11 +10,11 @@ prepend_previewers = [ ] [[plugin.prepend_fetchers]] -id = "git" url = "*" run = "git" +group = "git" [[plugin.prepend_fetchers]] -id = "git" url = "*/" run = "git" +group = "git"