My Linux dotfiles
1
fork

Configure Feed

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

change tofi prompt text

+2 -2
+2 -2
tofi/config
··· 127 127 ### Text layout 128 128 # 129 129 # Prompt to display. 130 - prompt-text = "->" 130 + prompt-text = " ->" 131 131 132 132 # Extra horizontal padding between prompt and input. 133 133 prompt-padding = 20 ··· 137 137 138 138 # Maximum number of results to display. 139 139 # If 0, tofi will draw as many results as it can fit in the window. 140 - num-results = 10 140 + num-results = 5 141 141 142 142 # Spacing between results in pixels. Can be negative. 143 143 result-spacing = 20