From 7773d867f6266a5cd72971bfb1256c8976b280f4 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 22 Sep 2026 13:57:08 +0100 Subject: Prefer external displays on the corporate laptop --- tests/test_canonical.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_canonical.py') diff --git a/tests/test_canonical.py b/tests/test_canonical.py index 848bf6c..fb0bff9 100644 --- a/tests/test_canonical.py +++ b/tests/test_canonical.py @@ -183,6 +183,7 @@ class RoleTests(unittest.TestCase): ".config/ghostty/config", ".local/bin/rqr", ".local/share/gnome-shell/extensions/corporate-panel@dotfiles/extension.js", + ".local/share/gnome-shell/extensions/external-display@dotfiles/extension.js", ]: self.assertIn(required, files) for path in files: @@ -281,6 +282,7 @@ class RoleTests(unittest.TestCase): self.assertNotIn(".config/autostart/dotfiles-", files) self.assertNotIn("gpg-agent.service.d/canonical.conf", files) self.assertNotIn("corporate-panel@dotfiles", files) + self.assertNotIn("external-display@dotfiles", files) if __name__ == "__main__": -- cgit v1.3.1