diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/outbox/2026-02-08-homelab-session-system-changes.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/outbox/2026-02-08-homelab-session-system-changes.txt b/assets/outbox/2026-02-08-homelab-session-system-changes.txt new file mode 100644 index 0000000..4092484 --- /dev/null +++ b/assets/outbox/2026-02-08-homelab-session-system-changes.txt @@ -0,0 +1,26 @@ +System changes from homelab session 2026-02-08 +============================================== + +1. ZOOM: Switched from Flatpak to AUR package + - Removed: flatpak uninstall us.zoom.Zoom + - Installed: yay -S zoom (AUR, version 6.7.2-1) + - Reason: Flatpak sandboxing caused settings to reset and broke theme integration + - Config: ~/.config/zoomus.conf + - enableWaylandShare=true (for screen sharing on Wayland) + - xwayland=true (xwayland=false causes rendering glitches) + - useSystemTheme=false (true causes bugs, dark mode not available on Linux anyway) + +2. PACKAGE: Installed cameractrls + - Installed: sudo pacman -S cameractrls + - Purpose: GUI tool for webcam controls (white balance, zoom, pan/tilt, etc.) + - Launch: cameractrlsgtk4 + - Used to configure Logitech BRIO webcam settings + +3. UDEV RULE: Logitech BRIO auto-configuration + - File: /etc/udev/rules.d/99-logitech-brio.rules + - Triggers: ~/.local/bin/logitech-brio-settings.sh + - Purpose: Applies saved camera settings (white balance, zoom, pan/tilt) when BRIO is plugged in + - BRIO USB ID: 046d:085e + - NOTE: Script is at ~/.local/bin/logitech-brio-settings.sh — needs to be adopted + into archsetup dotfiles and GNU Stow-symlinked. The udev rule references the + full path /home/cjennings/.local/bin/logitech-brio-settings.sh. |
