@for (win of wm.visibleWindows(); track win.id) { @if (shouldShowApp(win, 'file-explorer')) { } @if (shouldShowApp(win, 'terminal')) { } @if (shouldShowApp(win, 'text-editor')) { } @if (shouldShowApp(win, 'settings')) { } @if (shouldShowApp(win, 'browser')) { } @if (shouldShowApp(win, 'remote-display') && win.sessionId) { } }
@if (showStartMenu()) { } @if (showSessionPicker()) {

Connect to Remote Session

@for (session of sessions(); track session.id) { }
}