Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

windows/settings: always open to browser rules by default

Aly Raffauf (May 25, 2026, 4:08 PM EDT) 9ecb5404 07a45f46

+2 -3
+2 -3
src/window_settings.go
··· 32 32 splitView.SetSidebar(sidebarPage) 33 33 34 34 // Initial content 35 - contentPage := adw.NewNavigationPage(createAppearancePage(win, browsers, cfg), "Appearance") 35 + contentPage := adw.NewNavigationPage(createRulesPage(win, browsers, cfg), "Browser Rules") 36 36 splitView.SetContent(contentPage) 37 37 38 38 win.SetContent(splitView) ··· 141 141 scrolled.SetChild(listBox) 142 142 toolbarView.SetContent(scrolled) 143 143 144 - listBox.SelectRow(listBox.RowAtIndex(0)) 144 + listBox.SelectRow(listBox.RowAtIndex(3)) 145 145 146 - // Navigation handler 147 146 navigateToPage := func(index int) { 148 147 var page gtk.Widgetter 149 148 var title string