diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-22 13:57:08 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-22 13:57:08 +0100 |
| commit | 7773d867f6266a5cd72971bfb1256c8976b280f4 (patch) | |
| tree | 1b7703a6569f0b5ef397217b18e68cb90c5a3dd4 /docs | |
| parent | 33406d6cf63fe12e495381511cf6af54704d0933 (diff) | |
| download | dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.tar.gz dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.tar.bz2 dotfiles-7773d867f6266a5cd72971bfb1256c8976b280f4.zip | |
Prefer external displays on the corporate laptop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/canonical-laptop.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/canonical-laptop.md b/docs/canonical-laptop.md index 9048a3a..79a782d 100644 --- a/docs/canonical-laptop.md +++ b/docs/canonical-laptop.md @@ -355,6 +355,29 @@ Inspect failures with `journalctl --user -b -g 'Corporate panel'` and enablement, unless they were changed afterwards. The extension files remain installed. The personal and VM roles do not receive them. +## External Displays + +The corporate-only `external-display@dotfiles` extension selects Mutter's +External Only layout when an external display is connected and the laptop +panel is active. Mutter selects display modes and restores the laptop panel +when the external displays are disconnected. Lid and power policies are +unchanged. While enabled, the extension overrides a manual layout that uses +both the laptop panel and an external display. + +To deploy it, run `just apply` outside the sandbox, log out and log in, then +run `just canonical-desktop`. Enabling it can immediately change the active +displays. Check connection, disconnection, and reconnection with the lid open. +Also check resolution and scaling on the external display. + +To stop automatic selection, run: + +```sh +gnome-extensions disable external-display@dotfiles +``` + +Then choose a layout in GNOME Settings > Displays. Running +`just canonical-desktop` enables the extension again. + ## Updates and Rollback `just update` upgrades apt packages, refreshes Snaps without overriding holds, |
