Browser changes
This commit is contained in:
parent
ed8d575d18
commit
9e5f0ad759
4 changed files with 19 additions and 18 deletions
|
@ -2023,7 +2023,7 @@ c.statusbar.widgets = ['keypress', 'url', 'scroll', 'history', 'progress']
|
|||
## - never: Always hide the tab bar.
|
||||
## - multiple: Hide the tab bar if only one tab is open.
|
||||
## - switching: Show the tab bar when switching tabs.
|
||||
c.tabs.show = "switching"
|
||||
c.tabs.show = "always"
|
||||
|
||||
## Duration (in milliseconds) to show the tab bar before hiding it when
|
||||
## tabs.show is set to 'switching'.
|
||||
|
@ -2144,7 +2144,7 @@ c.url.searchengines = {
|
|||
|
||||
## Page(s) to open at the start.
|
||||
## Type: List of FuzzyUrl, or FuzzyUrl
|
||||
# c.url.start_pages = ['https://start.duckduckgo.com']
|
||||
c.url.start_pages = ['https://staff.tfcconnection.org']
|
||||
|
||||
## URL parameters to strip with `:yank url`.
|
||||
## Type: List of String
|
||||
|
@ -2499,5 +2499,6 @@ config.bind("gt", 'hint links spawn --detach transadd "{hint-url}"')
|
|||
|
||||
config.bind('d', 'tab-close')
|
||||
config.bind('b', 'set-cmd-text -s :tab-select ')
|
||||
## Bindings for MPV and YTDL
|
||||
# config.bind('o', 'spawn --userscript rofi')
|
||||
config.bind('pt', 'tab-pin')
|
||||
config.bind('tm', 'tab-move')
|
||||
config.bind('st', 'config-cycle tabs.show always switching')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue