From 6f74f799d5c0e94a50b3fce69aed4ad27d7d30b3 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Feb 2022 20:07:13 +0100 Subject: [PATCH] [StumpWM] Add frame preference for Microsoft Teams --- stumpwm/stumpwmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index ca72c41..994c48b 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -363,7 +363,8 @@ script." (define-frame-preference "winkel" (0 nil t :class "keepassxc") (0 nil t :class "Nextcloud") - (0 nil t :class "TelegramDesktop")) + (0 nil t :class "TelegramDesktop") + (0 nil t :class "Microsoft Teams - Preview")) (define-frame-preference "web" (0 nil t :class "Firefox"))