Update Config docs to suggest Super + hover is required for link activation

This commit is contained in:
Matt Robenolt
2024-01-26 20:56:34 -08:00
parent e70ec5d5f4
commit 5813488691

View File

@ -432,8 +432,8 @@ command: ?[]const u8 = null,
/// TODO: This can't currently be set!
link: RepeatableLink = .{},
/// Enable URL matching. URLs are matched on hover and open using the default
/// system application for the linked URL.
/// Enable URL matching. URLs are matched on `super` + hover and open using the
/// default system application for the linked URL.
///
/// The URL matcher is always lowest priority of any configured links (see
/// `link`). If you want to customize URL matching, use `link` and disable this.