From 9c474bbea0ed15e30e36df66bea821bd420cc21a Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Sun, 28 Mar 2021 19:17:22 -0400 Subject: [PATCH] Update HiddenPrefs.md --- Technotes/HiddenPrefs.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Technotes/HiddenPrefs.md b/Technotes/HiddenPrefs.md index 14fd0bcd4..66af65cce 100644 --- a/Technotes/HiddenPrefs.md +++ b/Technotes/HiddenPrefs.md @@ -11,10 +11,14 @@ Hidden preferences tend to be named for a person: The main window doesn’t display its title, partly because it looks cooler that way and partly because it’s redundant information. -The downside to this is that title-less windows do not allow the toolbar to show button names. (This is an AppKit thing.) +The downside to this is that title-less windows do not allow the toolbar to show button names on macOS Catalina. (This is an AppKit thing.) To turn window titles on, set `KafasisTitleMode` to true. -#### Hiding unread count in Dock +#### Show separators between articles in the timeline -Set `JustinMillerHideDockUnreadCount` to true. +Set `CorreiaSeparators` to true. + +#### Double-click a feed in the sidebar to mark it as read + +Set `GruberFeedDoubleClickMarkAsRead` to true.