diff --git a/.config/i3/pass_typer.py b/.config/i3/pass_typer.py index f073eb1..5309b4e 100755 --- a/.config/i3/pass_typer.py +++ b/.config/i3/pass_typer.py @@ -18,7 +18,7 @@ def alias(server_name): match server_name.rpartition("@"): case [user, at, ("salt" | "salt.sawtooth.claremontmakerspace.org")]: return f"cms/{user}{at}cms-net-svcs" - case [user, at, ("iPad1" | "iPad2" | "iPad3")]: + case [user, at, host] if host.lower().startswith("cms-wall-display") or host.startswith("iPad"): return f"cms/{user}{at}ipads" case [user, at, ("octopi-taz-6" | "octopi-lulzbot-mini")]: return f"cms/{user}{at}octopi"