setting a vertical bar in qutebrowser
This commit is contained in:
parent
742510e728
commit
0a616cadf3
1 changed files with 4 additions and 4 deletions
|
@ -2009,7 +2009,7 @@ c.statusbar.widgets = ['keypress', 'url', 'scroll', 'history', 'progress']
|
||||||
## - bottom
|
## - bottom
|
||||||
## - left
|
## - left
|
||||||
## - right
|
## - right
|
||||||
# c.tabs.position = 'top'
|
c.tabs.position = 'left'
|
||||||
|
|
||||||
## Which tab to select when the focused tab is removed.
|
## Which tab to select when the focused tab is removed.
|
||||||
## Type: SelectOnRemove
|
## Type: SelectOnRemove
|
||||||
|
@ -2077,7 +2077,7 @@ c.tabs.title.alignment = "center"
|
||||||
## Width (in pixels or as percentage of the window) of the tab bar if
|
## Width (in pixels or as percentage of the window) of the tab bar if
|
||||||
## it's vertical.
|
## it's vertical.
|
||||||
## Type: PercOrInt
|
## Type: PercOrInt
|
||||||
# c.tabs.width = '20%'
|
c.tabs.width = 30
|
||||||
|
|
||||||
## Wrap when changing tabs.
|
## Wrap when changing tabs.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
|
@ -2251,8 +2251,8 @@ c.zoom.default = '100%'
|
||||||
# config.bind('F', 'hint all tab')
|
# config.bind('F', 'hint all tab')
|
||||||
# config.bind('G', 'scroll-to-perc')
|
# config.bind('G', 'scroll-to-perc')
|
||||||
# config.bind('H', 'back')
|
# config.bind('H', 'back')
|
||||||
config.bind("K", "tab-next")
|
config.bind("K", "tab-prev")
|
||||||
config.bind("J", "tab-prev")
|
config.bind("J", "tab-next")
|
||||||
# config.bind('L', 'forward')
|
# config.bind('L', 'forward')
|
||||||
# config.bind('M', 'bookmark-add')
|
# config.bind('M', 'bookmark-add')
|
||||||
# config.bind('N', 'search-prev')
|
# config.bind('N', 'search-prev')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue