From 35e386abc6c6d4477273f80d714c744f0ff648f8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 7 Nov 2022 22:53:41 +0100 Subject: [PATCH] Also remap regular discord (not webcord) --- home/.config/eww/scripts/window_name.py | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/eww/scripts/window_name.py b/home/.config/eww/scripts/window_name.py index 2603b0f..0c45445 100755 --- a/home/.config/eww/scripts/window_name.py +++ b/home/.config/eww/scripts/window_name.py @@ -52,6 +52,7 @@ REMAP_RULES: list[RemapRule] = [ RemapRule(r"(.+) \+ \((.+)\) - N?VIM", " {0} ({1}) [MODIFIED]"), RemapRule(r"(.+) \((.+)\) - N?VIM", " {0} ({1})"), RemapRule(r"(?:\[\d+\] )?\*?WebCord - (.+)", " {}", "WebCord"), + RemapRule(r"(.+) - Discord", " {}", "discord"), RemapRule(r"(.+) - mpv", " {}", "mpv"), RemapRule(r"Stremio - (.+)", " Stremio - {}", "com.stremio.stremio"), RemapRule(r"Spotify", " Spotify", "Spotify"),