User Guide
09.2 · Dock Pill and System Tray

System Tray

Tex installs a system tray icon using H.NotifyIcon 2.3.0 (the modern Windows 11-compatible tray API). Right-click the icon for a context menu, left-click to toggle window visibility.

Context Menu

ItemAction
Show / HideToggle MainWindow visibility.
Region CaptureRun CaptureRegionCommand — opens the region overlay.
Fullscreen CaptureRun CaptureFullscreenCommand — captures all monitors immediately.
SettingsOpen the Settings window.
ExitFully quit Tex — the tray icon is removed.
Tip

WarningExit is a hard quit. The tray icon disappears and global hotkeys stop working until Tex is relaunched. If you just want to get the window out of the way, use Show / Hide or the minimise button instead.

SettingDefaultEffect
UI.MinimizeToTraytrueWhen true, the MainWindow close button hides to tray instead of exiting. When false, close quits Tex.
UI.StartMinimizedfalseWhen true, Tex boots straight to tray — no MainWindow, no dock pill.
UI.ShowNotificationstrueControls whether balloon toasts appear (update notifications, recording complete, etc.).

Tray-Only Mode

Setting UI.StartMinimized = true on its own boots Tex with MainWindow hidden. Combine it with UI.DockToBottom = true for a completely invisible launch — no window, no pill, only the tray icon and global hotkeys.

DockToBottomStartMinimizedResult at launch
falsefalseMainWindow visible.
falsetrueTray only.
truefalseDock pill visible.
truetrueTray only (pill hidden too).
Tip

Tip — tray-only mode is ideal for laptops or always-on screens where you only want Tex to appear when you explicitly press Ctrl+Shift+S. Right-click the tray icon whenever you need to get back to the full UI.

Notifications

When UI.ShowNotifications == true, balloon toasts appear for:

  • Post-update notifications (new version installed).
  • Update check outcomes (up to date / update available).
  • Update install failures (with error code if available).

Turn them off via Settings → UI → Show Notifications if you prefer silent operation. The tray icon itself is always shown regardless of this setting.

  • Dock pill: see 09.1.
  • Update notifications: see 11 - Licensing and Updates.
  • Global hotkeys: see 10 - Settings and Preferences.