From 783f7d500564ef094909b8e6ebeae080749ddb9c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 26 Oct 2024 13:01:19 -0400 Subject: [PATCH] pass_typer: Match more CMS octopi instances --- .config/i3/pass_typer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/pass_typer.py b/.config/i3/pass_typer.py index 264d53d..02dc3e8 100755 --- a/.config/i3/pass_typer.py +++ b/.config/i3/pass_typer.py @@ -41,7 +41,7 @@ class ServerMatch: elif host.lower().startswith("cms-wall-display") or host.startswith("iPad"): self.folder = "cms" self.host = "ipads" - elif host in ("octopi-taz-6", "octopi-lulzbot-mini"): + elif host.lower().startswith("octopi-"): self.folder = "cms" self.host = "octopi" elif re.match(".*-pidgey(.vpn)?", host):