Add autofocus property to search widget
This commit is contained in:
parent
9bda88edbd
commit
5a62a8afe9
3 changed files with 6 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ type Search struct {
|
|||
SearchEngine string `yaml:"search-engine"`
|
||||
Bangs []SearchBang `yaml:"bangs"`
|
||||
NewTab bool `yaml:"new-tab"`
|
||||
Autofocus bool `yaml:"autofocus"`
|
||||
}
|
||||
|
||||
func convertSearchUrl(url string) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue