@@ -27,13 +27,13 @@ date-tody-format="15:04"
2727# This displays relative dates instead for statuses that are one day or older
2828# the output is 1y2m1d (1 year 2 months and 1 day)
2929#
30- # The value is an integear
30+ # The value is an integer
3131# -1 = don't use relative dates
3232# 0 = always use relative dates, except for dates < 1 day
3333# 1 - ∞ = number of days to use relative dates
3434#
3535# Value: 28 will display a relative date for toots that are between 1-28 days
36- # old. Otherwhise it will use the short or long format.
36+ # old. Otherwise it will use the short or long format.
3737# default=-1
3838date-relative =-1
3939
@@ -89,7 +89,7 @@ show-help=true
8989# default=false
9090stick-to-top =false
9191
92- # Display the username of the person being boosted insted of the person that
92+ # Display the username of the person being boosted instead of the person that
9393# boosted.
9494# default=false
9595show-boosted-user =false
@@ -107,7 +107,7 @@ dynamic-timeline-name=true
107107# 1 = Show title in terminal and top bar
108108# 2 = Only show terminal title, and no top bar in tut
109109# 3 = No terminal title and no top bar in tut.
110- # valid: 0, 1, 2, 4
110+ # valid: 0, 1, 2, 3
111111# default=0
112112terminal-title =0
113113
@@ -133,7 +133,7 @@ leader-timeout=1000
133133# Timelines adds panes of feeds. You can customize the number of feeds, what
134134# they should show and the key to activate them.
135135
136- # Example:
136+ # --- START OF EXAMPLE ---
137137# [[general.timelines]]
138138# name="home"
139139# type="home"
@@ -147,6 +147,7 @@ leader-timeout=1000
147147# closed=true
148148# on-creation-closed="new-pane"
149149# on-focus="focus-self"
150+ # --- END OF EXAMPLE ---
150151
151152# The name to display above the timeline
152153# default=""
@@ -159,7 +160,7 @@ leader-timeout=1000
159160# type=""
160161
161162# Used for the tag type, so here you set the tag. If you have multiple you
162- # seperate them with a space.
163+ # separate them with a space.
163164# default=""
164165# data=""
165166
@@ -219,7 +220,7 @@ leader-timeout=1000
219220# list and the other content, e.g. proportions 1 3. See list-proportion above
220221# for more information.
221222
222- # Example:
223+ # --- START OF EXAMPLE ---
223224# [[general.leader-actions]]
224225# type="close-pane"
225226# shortcut="q"
@@ -233,7 +234,7 @@ leader-timeout=1000
233234# type="list-split"
234235# data="column"
235236# shortcut="c"
236- #
237+ # --- END OF EXAMPLE ---
237238
238239# The action you want to run.
239240# valid: blocking, boosts, clear-notifications, close-pane, compose, edit, favorited,
@@ -378,6 +379,20 @@ poll=false
378379posts =false
379380
380381[open-custom ]
382+ # --- START OF EXAMPLE ---
383+ # [[open-custom.programs]]
384+ # program = 'chromium'
385+ # terminal = false
386+ # hint = "[C]hrome"
387+ # keys = ["c", "C"]
388+ #
389+ # [[open-custom.programs]]
390+ # program = 'imv'
391+ # terminal = false
392+ # hint = "[I]mv"
393+ # keys = ["i", "I"]"
394+ # --- END OF EXAMPLE ---
395+
381396# [[open-custom.programs]]
382397# The program to open the file with.
383398# default=""
@@ -532,19 +547,19 @@ controls-text=""
532547# default=""
533548controls-highlight =" "
534549
535- # The background color in dropdowns and autocompletions
550+ # The background color in drop-downs and autocompletions
536551# default=""
537552autocomplete-background =" "
538553
539- # The text color in dropdowns at autocompletions
554+ # The text color in drop-downs at autocompletions
540555# default=""
541556autocomplete-text =" "
542557
543- # The background color for selected value in dropdowns and autocompletions
558+ # The background color for selected value in drop-downs and autocompletions
544559# default=""
545560autocomplete-selected-background =" "
546561
547- # The text color for selected value in dropdowns and autocompletions
562+ # The text color for selected value in drop-downs and autocompletions
548563# default=""
549564autocomplete-selected-text =" "
550565
@@ -571,7 +586,7 @@ timeline-name-text=""
571586#
572587# The hint option lets you set which part of the hint that will be highlighted
573588# in tut. E.g. [F]avorite results in a highlighted F and the rest of the text is
574- # displayed normaly .
589+ # displayed normally .
575590# Some of the options can be in two states, like favorites, so there you can set
576591# the hint-alt option to something like Un[F]avorite.
577592#
@@ -582,7 +597,7 @@ timeline-name-text=""
582597# "Yan[K]" = YanK with a highlighted K
583598#
584599# The keys option lets you define what key that should be pressed. This is
585- # limited to on character only and they are case sensetive .
600+ # limited to on character only and they are case sensitive .
586601# Example:
587602# keys=["j","J"]
588603#
0 commit comments