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):