qutebrowser.conf 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600
  1. # vim: ft=dosini
  2. # Configfile for qutebrowser.
  3. #
  4. # This configfile is parsed by python's configparser in extended
  5. # interpolation mode. The format is very INI-like, so there are
  6. # categories like [general] with "key = value"-pairs.
  7. #
  8. # Note that you shouldn't add your own comments, as this file is
  9. # regenerated every time the config is saved.
  10. #
  11. # Interpolation looks like ${value} or ${section:value} and will be
  12. # replaced by the respective value.
  13. #
  14. # Some settings will expand environment variables. Note that, since
  15. # interpolation is run first, you will need to escape the $ char as
  16. # described below.
  17. #
  18. # This is the default config, so if you want to remove anything from
  19. # here (as opposed to change/add), for example a key binding, set it to
  20. # an empty value.
  21. #
  22. # You will need to escape the following values:
  23. # - # at the start of the line (at the first position of the key) (\#)
  24. # - $ in a value ($$)
  25. # General/miscellaneous options.
  26. [general]
  27. # ignore-case (IgnoreCase):
  28. # Whether to find text on a page case-insensitively.
  29. # true: Search case-insensitively
  30. # false: Search case-sensitively
  31. # smart: Search case-sensitively if there are capital chars
  32. # Default: smart
  33. ignore-case = smart
  34. # startpage (List of String):
  35. # The default page(s) to open at the start, separated by commas.
  36. # Default: https://start.duckduckgo.com
  37. startpage = https://google.com
  38. # yank-ignored-url-parameters (List of String):
  39. # The URL parameters to strip with :yank url, separated by commas.
  40. # Default:
  41. # ref,utm_source,utm_medium,utm_campaign,utm_term,utm_content
  42. yank-ignored-url-parameters = ref,utm_source,utm_medium,utm_campaign,utm_term,utm_content
  43. # default-open-dispatcher (String):
  44. # The default program used to open downloads. Set to an empty string
  45. # to use the default internal handler.
  46. # Any {} in the string will be expanded to the filename, else the
  47. # filename will be appended.
  48. # Default:
  49. default-open-dispatcher =
  50. # default-page (FuzzyUrl):
  51. # The page to open if :open -t/-b/-w is used without URL. Use
  52. # `about:blank` for a blank page.
  53. # Default: ${startpage}
  54. default-page = ${startpage}
  55. # auto-search (AutoSearch):
  56. # Whether to start a search when something else than a URL is
  57. # entered.
  58. # naive: Use simple/naive check.
  59. # dns: Use DNS requests (might be slow!).
  60. # false: Never search automatically.
  61. # Default: naive
  62. auto-search = naive
  63. # auto-save-config (Bool):
  64. # Whether to save the config automatically on quit.
  65. # Valid values: true, false
  66. # Default: true
  67. auto-save-config = true
  68. # auto-save-interval (Int):
  69. # How often (in milliseconds) to auto-save config/cookies/etc.
  70. # Default: 15000
  71. auto-save-interval = 15000
  72. # editor (ShellCommand):
  73. # The editor (and arguments) to use for the `open-editor` command.
  74. # The arguments get split like in a shell, so you can use `"` or `'`
  75. # to quote them.
  76. # `{}` gets replaced by the filename of the file to be edited.
  77. # Default: gvim -f "{}"
  78. editor = gvim -f "{}"
  79. # editor-encoding (Encoding):
  80. # Encoding to use for editor.
  81. # Default: utf-8
  82. editor-encoding = utf-8
  83. # private-browsing (Bool):
  84. # Open new windows in private browsing mode which does not record
  85. # visited pages.
  86. # Valid values: true, false
  87. # Default: false
  88. private-browsing = false
  89. # developer-extras (Bool):
  90. # Enable extra tools for Web developers.
  91. # This needs to be enabled for `:inspector` to work and also adds an
  92. # _Inspect_ entry to the context menu. For QtWebEngine, see
  93. # 'qutebrowser --help' instead.
  94. # Valid values: true, false
  95. # Default: false
  96. developer-extras = true
  97. # print-element-backgrounds (Bool):
  98. # Whether the background color and images are also drawn when the
  99. # page is printed.
  100. # This setting only works with Qt 5.8 or newer when using the
  101. # QtWebEngine backend.
  102. # Valid values: true, false
  103. # Default: true
  104. print-element-backgrounds = true
  105. # xss-auditing (Bool):
  106. # Whether load requests should be monitored for cross-site scripting
  107. # attempts.
  108. # Suspicious scripts will be blocked and reported in the inspector's
  109. # JavaScript console. Enabling this feature might have an impact on
  110. # performance.
  111. # Valid values: true, false
  112. # Default: false
  113. xss-auditing = false
  114. # default-encoding (String):
  115. # Default encoding to use for websites.
  116. # The encoding must be a string describing an encoding such as
  117. # _utf-8_, _iso-8859-1_, etc.
  118. # Default: iso-8859-1
  119. default-encoding = iso-8859-1
  120. # new-instance-open-target (String):
  121. # How to open links in an existing instance if a new one is
  122. # launched.
  123. # tab: Open a new tab in the existing window and activate the
  124. # window.
  125. # tab-bg: Open a new background tab in the existing window and
  126. # activate the window.
  127. # tab-silent: Open a new tab in the existing window without
  128. # activating the window.
  129. # tab-bg-silent: Open a new background tab in the existing
  130. # window without activating the window.
  131. # window: Open in a new window.
  132. # Default: tab
  133. new-instance-open-target = tab
  134. # new-instance-open-target.window (String):
  135. # Which window to choose when opening links as new tabs.
  136. # first-opened: Open new tabs in the first (oldest) opened
  137. # window.
  138. # last-opened: Open new tabs in the last (newest) opened window.
  139. # last-focused: Open new tabs in the most recently focused
  140. # window.
  141. # last-visible: Open new tabs in the most recently visible
  142. # window.
  143. # Default: last-focused
  144. new-instance-open-target.window = last-focused
  145. # log-javascript-console (String):
  146. # How to log javascript console messages.
  147. # none: Don't log messages.
  148. # debug: Log messages with debug level.
  149. # info: Log messages with info level.
  150. # Default: debug
  151. log-javascript-console = debug
  152. # save-session (Bool):
  153. # Whether to always save the open pages.
  154. # Valid values: true, false
  155. # Default: false
  156. save-session = true
  157. # session-default-name (SessionName):
  158. # The name of the session to save by default, or empty for the last
  159. # loaded session.
  160. # Default:
  161. session-default-name =
  162. # url-incdec-segments (FlagList):
  163. # The URL segments where `:navigate increment/decrement` will search
  164. # for a number.
  165. # Valid values: host, path, query, anchor
  166. # Default: path,query
  167. url-incdec-segments = path,query
  168. # General options related to the user interface.
  169. [ui]
  170. # history-session-interval (Int):
  171. # The maximum time in minutes between two history items for them to
  172. # be considered being from the same session. Use -1 to disable
  173. # separation.
  174. # Default: 30
  175. history-session-interval = 30
  176. # zoom-levels (List of Perc):
  177. # The available zoom levels, separated by commas.
  178. # Default:
  179. # 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
  180. zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
  181. # default-zoom (Perc):
  182. # The default zoom level.
  183. # Default: 100%
  184. default-zoom = 100%
  185. # downloads-position (VerticalPosition):
  186. # Where to show the downloaded files.
  187. # Valid values: top, bottom
  188. # Default: top
  189. downloads-position = top
  190. # status-position (VerticalPosition):
  191. # The position of the status bar.
  192. # Valid values: top, bottom
  193. # Default: bottom
  194. status-position = bottom
  195. # message-timeout (Int):
  196. # Time (in ms) to show messages in the statusbar for.
  197. # Set to 0 to never clear messages.
  198. # Default: 2000
  199. message-timeout = 2000
  200. # message-unfocused (Bool):
  201. # Whether to show messages in unfocused windows.
  202. # Valid values: true, false
  203. # Default: false
  204. message-unfocused = false
  205. # confirm-quit (ConfirmQuit):
  206. # Whether to confirm quitting the application.
  207. # always: Always show a confirmation.
  208. # multiple-tabs: Show a confirmation if multiple tabs are
  209. # opened.
  210. # downloads: Show a confirmation if downloads are running
  211. # never: Never show a confirmation.
  212. # Default: never
  213. confirm-quit = multiple-tabs
  214. # zoom-text-only (Bool):
  215. # Whether the zoom factor on a frame applies only to the text or to
  216. # all content.
  217. # Valid values: true, false
  218. # Default: false
  219. zoom-text-only = false
  220. # frame-flattening (Bool):
  221. # Whether to expand each subframe to its contents.
  222. # This will flatten all the frames to become one scrollable page.
  223. # Valid values: true, false
  224. # Default: false
  225. frame-flattening = false
  226. # user-stylesheet (File):
  227. # User stylesheet to use (absolute filename or filename relative to
  228. # the config directory). Will expand environment variables.
  229. # Default:
  230. user-stylesheet =
  231. # hide-scrollbar (Bool):
  232. # Hide the main scrollbar.
  233. # Valid values: true, false
  234. # Default: true
  235. hide-scrollbar = true
  236. # smooth-scrolling (Bool):
  237. # Whether to enable smooth scrolling for web pages. Note smooth
  238. # scrolling does not work with the :scroll-px command.
  239. # Valid values: true, false
  240. # Default: false
  241. smooth-scrolling = false
  242. # remove-finished-downloads (Int):
  243. # Number of milliseconds to wait before removing finished downloads.
  244. # Will not be removed if value is -1.
  245. # Default: -1
  246. remove-finished-downloads = 5000
  247. # hide-statusbar (Bool):
  248. # Whether to hide the statusbar unless a message is shown.
  249. # Valid values: true, false
  250. # Default: false
  251. hide-statusbar = false
  252. # statusbar-padding (Padding):
  253. # Padding for statusbar (top, bottom, left, right).
  254. # Default: 1,1,0,0
  255. statusbar-padding = 1,1,0,0
  256. # window-title-format (FormatString):
  257. # The format to use for the window title. The following placeholders
  258. # are defined:
  259. # * `{perc}`: The percentage as a string like `[10%]`.
  260. # * `{perc_raw}`: The raw percentage, e.g. `10`
  261. # * `{title}`: The title of the current web page
  262. # * `{title_sep}`: The string ` - ` if a title is set, empty
  263. # otherwise.
  264. # * `{id}`: The internal window ID of this window.
  265. # * `{scroll_pos}`: The page scroll position.
  266. # * `{host}`: The host of the current web page.
  267. # * `{backend}`: Either 'webkit' or 'webengine'
  268. # * `{private}` : Indicates when private mode is enabled.
  269. # Default: {perc}{title}{title_sep}qutebrowser
  270. window-title-format = {perc}{title}{title_sep}qutebrowser
  271. # modal-js-dialog (Bool):
  272. # Use standard JavaScript modal dialog for alert() and confirm()
  273. # Valid values: true, false
  274. # Default: false
  275. modal-js-dialog = false
  276. # hide-wayland-decoration (Bool):
  277. # Hide the window decoration when using wayland (requires restart)
  278. # Valid values: true, false
  279. # Default: false
  280. hide-wayland-decoration = false
  281. # keyhint-blacklist (List of String):
  282. # Keychains that shouldn't be shown in the keyhint dialog
  283. # Globs are supported, so ';*' will blacklist all keychainsstarting
  284. # with ';'. Use '*' to disable keyhints
  285. # Default:
  286. keyhint-blacklist =
  287. # keyhint-delay (Int):
  288. # Time from pressing a key to seeing the keyhint dialog (ms)
  289. # Default: 500
  290. keyhint-delay = 500
  291. # prompt-radius (Int):
  292. # The rounding radius for the edges of prompts.
  293. # Default: 8
  294. prompt-radius = 8
  295. # prompt-filebrowser (Bool):
  296. # Show a filebrowser in upload/download prompts.
  297. # Valid values: true, false
  298. # Default: true
  299. prompt-filebrowser = true
  300. # Settings related to the network.
  301. [network]
  302. # do-not-track (Bool):
  303. # Value to send in the `DNT` header.
  304. # Valid values: true, false
  305. # Default: true
  306. do-not-track = true
  307. # accept-language (String):
  308. # Value to send in the `accept-language` header.
  309. # Default: en-US,en
  310. accept-language = en-US,en
  311. # referer-header (String):
  312. # Send the Referer header
  313. # always: Always send.
  314. # never: Never send; this is not recommended, as some sites may
  315. # break.
  316. # same-domain: Only send for the same domain. This will still
  317. # protect your privacy, but shouldn't break any sites.
  318. # Default: same-domain
  319. referer-header = same-domain
  320. # user-agent (UserAgent):
  321. # User agent to send. Empty to send the default.
  322. # Default:
  323. user-agent =
  324. # proxy (Proxy):
  325. # The proxy to use.
  326. # In addition to the listed values, you can use a `socks://...` or
  327. # `http://...` URL.
  328. # This setting only works with Qt 5.8 or newer when using the
  329. # QtWebEngine backend.
  330. # system: Use the system wide proxy.
  331. # none: Don't use any proxy
  332. # Default: system
  333. proxy = system
  334. # proxy-dns-requests (Bool):
  335. # Whether to send DNS requests over the configured proxy.
  336. # Valid values: true, false
  337. # Default: true
  338. proxy-dns-requests = true
  339. # ssl-strict (BoolAsk):
  340. # Whether to validate SSL handshakes.
  341. # Valid values: true, false, ask
  342. # Default: ask
  343. ssl-strict = ask
  344. # dns-prefetch (Bool):
  345. # Whether to try to pre-fetch DNS entries to speed up browsing.
  346. # Valid values: true, false
  347. # Default: true
  348. dns-prefetch = true
  349. # custom-headers (HeaderDict):
  350. # Set custom headers for qutebrowser HTTP requests.
  351. # Default:
  352. custom-headers =
  353. # netrc-file (File):
  354. # Set location of a netrc-file for HTTP authentication. If empty,
  355. # ~/.netrc is used.
  356. # Default:
  357. netrc-file =
  358. # Options related to completion and command history.
  359. [completion]
  360. # show (String):
  361. # When to show the autocompletion window.
  362. # always: Whenever a completion is available.
  363. # auto: Whenever a completion is requested.
  364. # never: Never.
  365. # Default: always
  366. show = always
  367. # download-path-suggestion (String):
  368. # What to display in the download filename input.
  369. # path: Show only the download path.
  370. # filename: Show only download filename.
  371. # both: Show download path and filename.
  372. # Default: path
  373. download-path-suggestion = path
  374. # timestamp-format (TimestampTemplate):
  375. # How to format timestamps (e.g. for history)
  376. # Default: %Y-%m-%d
  377. timestamp-format = %Y-%m-%d
  378. # height (PercOrInt):
  379. # The height of the completion, in px or as percentage of the
  380. # window.
  381. # Default: 50%
  382. height = 50%
  383. # cmd-history-max-items (Int):
  384. # How many commands to save in the command history.
  385. # 0: no history / -1: unlimited
  386. # Default: 100
  387. cmd-history-max-items = 100
  388. # web-history-max-items (Int):
  389. # How many URLs to show in the web history.
  390. # 0: no history / -1: unlimited
  391. # Default: 1000
  392. web-history-max-items = 1000
  393. # quick-complete (Bool):
  394. # Whether to move on to the next part when there's only one possible
  395. # completion left.
  396. # Valid values: true, false
  397. # Default: true
  398. quick-complete = true
  399. # shrink (Bool):
  400. # Whether to shrink the completion to be smaller than the configured
  401. # size if there are no scrollbars.
  402. # Valid values: true, false
  403. # Default: false
  404. shrink = false
  405. # scrollbar-width (Int):
  406. # Width of the scrollbar in the completion window (in px).
  407. # Default: 12
  408. scrollbar-width = 12
  409. # scrollbar-padding (Int):
  410. # Padding of scrollbar handle in completion window (in px).
  411. # Default: 2
  412. scrollbar-padding = 2
  413. # Options related to input modes.
  414. [input]
  415. # timeout (Int):
  416. # Timeout (in milliseconds) for ambiguous key bindings.
  417. # If the current input forms both a complete match and a partial
  418. # match, the complete match will be executed after this time.
  419. # Default: 500
  420. timeout = 500
  421. # partial-timeout (Int):
  422. # Timeout (in milliseconds) for partially typed key bindings.
  423. # If the current input forms only partial matches, the keystring
  424. # will be cleared after this time.
  425. # Default: 5000
  426. partial-timeout = 3000
  427. # insert-mode-on-plugins (Bool):
  428. # Whether to switch to insert mode when clicking flash and other
  429. # plugins.
  430. # Valid values: true, false
  431. # Default: false
  432. insert-mode-on-plugins = false
  433. # auto-leave-insert-mode (Bool):
  434. # Whether to leave insert mode if a non-editable element is clicked.
  435. # Valid values: true, false
  436. # Default: true
  437. auto-leave-insert-mode = true
  438. # auto-insert-mode (Bool):
  439. # Whether to automatically enter insert mode if an editable element
  440. # is focused after page load.
  441. # Valid values: true, false
  442. # Default: false
  443. auto-insert-mode = false
  444. # forward-unbound-keys (String):
  445. # Whether to forward unbound keys to the webview in normal mode.
  446. # all: Forward all unbound keys.
  447. # auto: Forward unbound non-alphanumeric keys.
  448. # none: Don't forward any keys.
  449. # Default: auto
  450. forward-unbound-keys = auto
  451. # spatial-navigation (Bool):
  452. # Enables or disables the Spatial Navigation feature.
  453. # Spatial navigation consists in the ability to navigate between
  454. # focusable elements in a Web page, such as hyperlinks and form
  455. # controls, by using Left, Right, Up and Down arrow keys. For
  456. # example, if a user presses the Right key, heuristics determine
  457. # whether there is an element he might be trying to reach towards
  458. # the right and which element he probably wants.
  459. # Valid values: true, false
  460. # Default: false
  461. spatial-navigation = false
  462. # links-included-in-focus-chain (Bool):
  463. # Whether hyperlinks should be included in the keyboard focus chain.
  464. # Valid values: true, false
  465. # Default: true
  466. links-included-in-focus-chain = true
  467. # rocker-gestures (Bool):
  468. # Whether to enable Opera-like mouse rocker gestures. This disables
  469. # the context menu.
  470. # Valid values: true, false
  471. # Default: false
  472. rocker-gestures = false
  473. # mouse-zoom-divider (Int):
  474. # How much to divide the mouse wheel movements to translate them
  475. # into zoom increments.
  476. # Default: 512
  477. mouse-zoom-divider = 0
  478. # Configuration of the tab bar.
  479. [tabs]
  480. # background-tabs (Bool):
  481. # Whether to open new tabs (middleclick/ctrl+click) in background.
  482. # Valid values: true, false
  483. # Default: false
  484. background-tabs = true
  485. # select-on-remove (SelectOnRemove):
  486. # Which tab to select when the focused tab is removed.
  487. # prev: Select the tab which came before the closed one (left in
  488. # horizontal, above in vertical).
  489. # next: Select the tab which came after the closed one (right in
  490. # horizontal, below in vertical).
  491. # last-used: Select the previously selected tab.
  492. # Default: next
  493. select-on-remove = next
  494. # new-tab-position (NewTabPosition):
  495. # How new tabs are positioned.
  496. # prev: Before the current tab.
  497. # next: After the current tab.
  498. # first: At the beginning.
  499. # last: At the end.
  500. # Default: next
  501. new-tab-position = next
  502. # new-tab-position-explicit (NewTabPosition):
  503. # How new tabs opened explicitly are positioned.
  504. # prev: Before the current tab.
  505. # next: After the current tab.
  506. # first: At the beginning.
  507. # last: At the end.
  508. # Default: last
  509. new-tab-position-explicit = last
  510. # last-close (String):
  511. # Behavior when the last tab is closed.
  512. # ignore: Don't do anything.
  513. # blank: Load a blank page.
  514. # startpage: Load the start page.
  515. # default-page: Load the default page.
  516. # close: Close the window.
  517. # Default: ignore
  518. last-close = ignore
  519. # show (String):
  520. # When to show the tab bar
  521. # always: Always show the tab bar.
  522. # never: Always hide the tab bar.
  523. # multiple: Hide the tab bar if only one tab is open.
  524. # switching: Show the tab bar when switching tabs.
  525. # Default: always
  526. show = always
  527. # show-switching-delay (Int):
  528. # Time to show the tab bar before hiding it when tabs->show is set
  529. # to 'switching'.
  530. # Default: 800
  531. show-switching-delay = 800
  532. # wrap (Bool):
  533. # Whether to wrap when changing tabs.
  534. # Valid values: true, false
  535. # Default: true
  536. wrap = true
  537. # movable (Bool):
  538. # Whether tabs should be movable.
  539. # Valid values: true, false
  540. # Default: true
  541. movable = true
  542. # close-mouse-button (String):
  543. # On which mouse button to close tabs.
  544. # right: Close tabs on right-click.
  545. # middle: Close tabs on middle-click.
  546. # none: Don't close tabs using the mouse.
  547. # Default: middle
  548. close-mouse-button = middle
  549. # position (Position):
  550. # The position of the tab bar.
  551. # Valid values: top, bottom, left, right
  552. # Default: top
  553. position = top
  554. # show-favicons (Bool):
  555. # Whether to show favicons in the tab bar.
  556. # Valid values: true, false
  557. # Default: true
  558. show-favicons = true
  559. # favicon-scale (Float):
  560. # Scale for favicons in the tab bar. The tab size is unchanged, so
  561. # big favicons also require extra `tabs->padding`.
  562. # Default: 1.0
  563. favicon-scale = 1.0
  564. # width (PercOrInt):
  565. # The width of the tab bar if it's vertical, in px or as percentage
  566. # of the window.
  567. # Default: 20%
  568. width = 20%
  569. # pinned-width (Int):
  570. # The width for pinned tabs with a horizontal tabbar, in px.
  571. # Default: 43
  572. pinned-width = 43
  573. # indicator-width (Int):
  574. # Width of the progress indicator (0 to disable).
  575. # Default: 3
  576. indicator-width = 3
  577. # tabs-are-windows (Bool):
  578. # Whether to open windows instead of tabs.
  579. # Valid values: true, false
  580. # Default: false
  581. tabs-are-windows = false
  582. # title-format (FormatString):
  583. # The format to use for the tab title. The following placeholders
  584. # are defined:
  585. # * `{perc}`: The percentage as a string like `[10%]`.
  586. # * `{perc_raw}`: The raw percentage, e.g. `10`
  587. # * `{title}`: The title of the current web page
  588. # * `{title_sep}`: The string ` - ` if a title is set, empty
  589. # otherwise.
  590. # * `{index}`: The index of this tab.
  591. # * `{id}`: The internal tab ID of this tab.
  592. # * `{scroll_pos}`: The page scroll position.
  593. # * `{host}`: The host of the current web page.
  594. # * `{backend}`: Either 'webkit' or 'webengine'
  595. # * `{private}` : Indicates when private mode is enabled.
  596. # Default: {index}: {title}
  597. title-format = {index}: {title}
  598. # title-format-pinned (FormatString):
  599. # The format to use for the tab title for pinned tabs. The same
  600. # placeholders like for title-format are defined.
  601. # Default: {index}
  602. title-format-pinned = {index}
  603. # title-alignment (TextAlignment):
  604. # Alignment of the text inside of tabs
  605. # Valid values: left, right, center
  606. # Default: left
  607. title-alignment = left
  608. # mousewheel-tab-switching (Bool):
  609. # Switch between tabs using the mouse wheel.
  610. # Valid values: true, false
  611. # Default: true
  612. mousewheel-tab-switching = true
  613. # padding (Padding):
  614. # Padding for tabs (top, bottom, left, right).
  615. # Default: 0,0,5,5
  616. padding = 0,0,5,5
  617. # indicator-padding (Padding):
  618. # Padding for indicators (top, bottom, left, right).
  619. # Default: 2,2,0,4
  620. indicator-padding = 2,2,0,4
  621. # Settings related to cache and storage.
  622. [storage]
  623. # download-directory (Directory):
  624. # The directory to save downloads to. An empty value selects a
  625. # sensible os-specific default. Will expand environment variables.
  626. # Default:
  627. download-directory =
  628. # prompt-download-directory (Bool):
  629. # Whether to prompt the user for the download location.
  630. # If set to false, 'download-directory' will be used.
  631. # Valid values: true, false
  632. # Default: true
  633. prompt-download-directory = true
  634. # remember-download-directory (Bool):
  635. # Whether to remember the last used download directory.
  636. # Valid values: true, false
  637. # Default: true
  638. remember-download-directory = true
  639. # maximum-pages-in-cache (Int):
  640. # The maximum number of pages to hold in the global memory page
  641. # cache.
  642. # The Page Cache allows for a nicer user experience when navigating
  643. # forth or back to pages in the forward/back history, by pausing and
  644. # resuming up to _n_ pages.
  645. # For more information about the feature, please refer to:
  646. # http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
  647. # Default: 0
  648. maximum-pages-in-cache = 0
  649. # offline-web-application-cache (Bool):
  650. # Whether support for the HTML 5 web application cache feature is
  651. # enabled.
  652. # An application cache acts like an HTTP cache in some sense. For
  653. # documents that use the application cache via JavaScript, the
  654. # loader engine will first ask the application cache for the
  655. # contents, before hitting the network.
  656. # The feature is described in details at:
  657. # http://dev.w3.org/html5/spec/Overview.html#appcache
  658. # Valid values: true, false
  659. # Default: true
  660. offline-web-application-cache = true
  661. # local-storage (Bool):
  662. # Whether support for HTML 5 local storage and Web SQL is enabled.
  663. # Valid values: true, false
  664. # Default: true
  665. local-storage = true
  666. # cache-size (Int):
  667. # Size of the HTTP network cache. Empty to use the default value.
  668. # Default:
  669. cache-size = 52428800
  670. # Loaded plugins/scripts and allowed actions.
  671. [content]
  672. # allow-images (Bool):
  673. # Whether images are automatically loaded in web pages.
  674. # Valid values: true, false
  675. # Default: true
  676. allow-images = true
  677. # allow-javascript (Bool):
  678. # Enables or disables the running of JavaScript programs.
  679. # Valid values: true, false
  680. # Default: true
  681. allow-javascript = true
  682. # allow-plugins (Bool):
  683. # Enables or disables plugins in Web pages.
  684. # Qt plugins with a mimetype such as "application/x-qt-plugin" are
  685. # not affected by this setting.
  686. # Valid values: true, false
  687. # Default: false
  688. allow-plugins = false
  689. # webgl (Bool):
  690. # Enables or disables WebGL.
  691. # Valid values: true, false
  692. # Default: true
  693. webgl = false
  694. # hyperlink-auditing (Bool):
  695. # Enable or disable hyperlink auditing (<a ping>).
  696. # Valid values: true, false
  697. # Default: false
  698. hyperlink-auditing = false
  699. # geolocation (BoolAsk):
  700. # Allow websites to request geolocations.
  701. # Valid values: true, false, ask
  702. # Default: ask
  703. geolocation = ask
  704. # notifications (BoolAsk):
  705. # Allow websites to show notifications.
  706. # Valid values: true, false, ask
  707. # Default: ask
  708. notifications = ask
  709. # media-capture (BoolAsk):
  710. # Allow websites to record audio/video.
  711. # Valid values: true, false, ask
  712. # Default: ask
  713. media-capture = ask
  714. # javascript-can-open-windows-automatically (Bool):
  715. # Whether JavaScript programs can open new windows without user
  716. # interaction.
  717. # Valid values: true, false
  718. # Default: false
  719. javascript-can-open-windows-automatically = false
  720. # javascript-can-close-windows (Bool):
  721. # Whether JavaScript programs can close windows.
  722. # Valid values: true, false
  723. # Default: false
  724. javascript-can-close-windows = false
  725. # javascript-can-access-clipboard (Bool):
  726. # Whether JavaScript programs can read or write to the clipboard.
  727. # With QtWebEngine, writing the clipboard as response to a user
  728. # interaction is always allowed.
  729. # Valid values: true, false
  730. # Default: false
  731. javascript-can-access-clipboard = false
  732. # ignore-javascript-prompt (Bool):
  733. # Whether all javascript prompts should be ignored.
  734. # Valid values: true, false
  735. # Default: false
  736. ignore-javascript-prompt = false
  737. # ignore-javascript-alert (Bool):
  738. # Whether all javascript alerts should be ignored.
  739. # Valid values: true, false
  740. # Default: false
  741. ignore-javascript-alert = false
  742. # local-content-can-access-remote-urls (Bool):
  743. # Whether locally loaded documents are allowed to access remote
  744. # urls.
  745. # Valid values: true, false
  746. # Default: false
  747. local-content-can-access-remote-urls = false
  748. # local-content-can-access-file-urls (Bool):
  749. # Whether locally loaded documents are allowed to access other local
  750. # urls.
  751. # Valid values: true, false
  752. # Default: true
  753. local-content-can-access-file-urls = true
  754. # cookies-accept (String):
  755. # Control which cookies to accept.
  756. # all: Accept all cookies.
  757. # no-3rdparty: Accept cookies from the same origin only.
  758. # no-unknown-3rdparty: Accept cookies from the same origin only,
  759. # unless a cookie is already set for the domain.
  760. # never: Don't accept cookies at all.
  761. # Default: no-3rdparty
  762. cookies-accept = no-3rdparty
  763. # cookies-store (Bool):
  764. # Whether to store cookies. Note this option needs a restart with
  765. # QtWebEngine on Qt < 5.9.
  766. # Valid values: true, false
  767. # Default: true
  768. cookies-store = true
  769. # host-block-lists (List of Url):
  770. # List of URLs of lists which contain hosts to block.
  771. # The file can be in one of the following formats:
  772. # - An '/etc/hosts'-like file
  773. # - One host per line
  774. # - A zip-file of any of the above, with either only one file, or a
  775. # file named 'hosts' (with any extension).
  776. # Default:
  777. # https://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
  778. host-block-lists = https://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
  779. # host-blocking-enabled (Bool):
  780. # Whether host blocking is enabled.
  781. # Valid values: true, false
  782. # Default: true
  783. host-blocking-enabled = true
  784. # host-blocking-whitelist (List of String):
  785. # List of domains that should always be loaded, despite being
  786. # ad-blocked.
  787. # Domains may contain * and ? wildcards and are otherwise required
  788. # to exactly match the requested domain.
  789. # Local domains are always exempt from hostblocking.
  790. # Default: piwik.org
  791. host-blocking-whitelist = piwik.org
  792. # enable-pdfjs (Bool):
  793. # Enable pdf.js to view PDF files in the browser.
  794. # Note that the files can still be downloaded by clicking the
  795. # download button in the pdf.js viewer.
  796. # Valid values: true, false
  797. # Default: false
  798. enable-pdfjs = false
  799. # Hinting settings.
  800. [hints]
  801. # border (String):
  802. # CSS border value for hints.
  803. # Default: 1px solid #E3BE23
  804. border = 1px solid #E3BE23
  805. # mode (String):
  806. # Mode to use for hints.
  807. # number: Use numeric hints. (In this mode you can also type
  808. # letters form the hinted element to filter and reduce the number of
  809. # elements that are hinted.)
  810. # letter: Use the chars in the hints -> chars setting.
  811. # word: Use hints words based on the html elements and the extra
  812. # words.
  813. # Default: letter
  814. mode = letter
  815. # chars (UniqueCharString):
  816. # Chars used for hint strings.
  817. # Default: asdfghjkl
  818. chars = asdfghjkl
  819. # min-chars (Int):
  820. # Minimum number of chars used for hint strings.
  821. # Default: 1
  822. min-chars = 1
  823. # scatter (Bool):
  824. # Whether to scatter hint key chains (like Vimium) or not (like
  825. # dwb). Ignored for number hints.
  826. # Valid values: true, false
  827. # Default: true
  828. scatter = false
  829. # uppercase (Bool):
  830. # Make chars in hint strings uppercase.
  831. # Valid values: true, false
  832. # Default: false
  833. uppercase = false
  834. # dictionary (File):
  835. # The dictionary file to be used by the word hints.
  836. # Default: /usr/share/dict/words
  837. dictionary = /usr/share/dict/words
  838. # auto-follow (String):
  839. # Controls when a hint can be automatically followed without the
  840. # user pressing Enter.
  841. # always: Auto-follow whenever there is only a single hint on a
  842. # page.
  843. # unique-match: Auto-follow whenever there is a unique non-empty
  844. # match in either the hint string (word mode) or filter (number
  845. # mode).
  846. # full-match: Follow the hint when the user typed the whole hint
  847. # (letter, word or number mode) or the element's text (only in
  848. # number mode).
  849. # never: The user will always need to press Enter to follow a
  850. # hint.
  851. # Default: unique-match
  852. auto-follow = unique-match
  853. # auto-follow-timeout (Int):
  854. # A timeout (in milliseconds) to inhibit normal-mode key bindings
  855. # after a successful auto-follow.
  856. # Default: 0
  857. auto-follow-timeout = 0
  858. # next-regexes (List of Regex):
  859. # A comma-separated list of regexes to use for 'next' links.
  860. # Default:
  861. # \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
  862. next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
  863. # prev-regexes (List of Regex):
  864. # A comma-separated list of regexes to use for 'prev' links.
  865. # Default: \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
  866. prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
  867. # find-implementation (String):
  868. # Which implementation to use to find elements to hint.
  869. # javascript: Better but slower
  870. # python: Slightly worse but faster
  871. # Default: python
  872. find-implementation = javascript
  873. # hide-unmatched-rapid-hints (Bool):
  874. # Controls hiding unmatched hints in rapid mode.
  875. # Valid values: true, false
  876. # Default: true
  877. hide-unmatched-rapid-hints = true
  878. # Definitions of search engines which can be used via the address bar.
  879. # The searchengine named `DEFAULT` is used when `general -> auto-search`
  880. # is true and something else than a URL was entered to be opened. Other
  881. # search engines can be used by prepending the search engine name to the
  882. # search term, e.g. `:open google qutebrowser`. The string `{}` will be
  883. # replaced by the search term, use `{{` and `}}` for literal `{`/`}`
  884. # signs.
  885. [searchengines]
  886. DEFAULT = https://www.google.com/search?hl=en&q={}
  887. archwiki = https://wiki.archlinux.org/?search={}
  888. aw = ${archwiki}
  889. google = https://www.google.com/search?hl=en&q={}
  890. g = ${google}
  891. duck = https://duckduckgo.com/?q={}
  892. d = ${duck}
  893. # Aliases for commands.
  894. # By default, no aliases are defined. Example which adds a new command
  895. # `:qtb` to open qutebrowsers website:
  896. # `qtb = open https://www.qutebrowser.org/`
  897. [aliases]
  898. # Colors used in the UI.
  899. # A value can be in one of the following format:
  900. # * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB`
  901. # * An SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification].
  902. # * transparent (no color)
  903. # * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages)
  904. # * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)
  905. # * A gradient as explained in http://doc.qt.io/qt-5/stylesheet-reference.html#list-of-property-types[the Qt documentation] under ``Gradient''.
  906. # A *.system value determines the color system to use for color
  907. # interpolation between similarly-named *.start and *.stop entries,
  908. # regardless of how they are defined in the options. Valid values are
  909. # 'rgb', 'hsv', and 'hsl'.
  910. # The `hints.*` values are a special case as they're real CSS colors, not Qt-CSS colors. There, for a gradient, you need to use `-webkit-gradient`, see https://www.webkit.org/blog/175/introducing-css-gradients/[the WebKit documentation].
  911. [colors]
  912. # completion.fg (QtColor):
  913. # Text color of the completion widget.
  914. # Default: white
  915. completion.fg = white
  916. # completion.bg (QssColor):
  917. # Background color of the completion widget.
  918. # Default: #333333
  919. completion.bg = #333333
  920. # completion.alternate-bg (QssColor):
  921. # Alternating background color of the completion widget.
  922. # Default: #444444
  923. completion.alternate-bg = #444444
  924. # completion.category.fg (QtColor):
  925. # Foreground color of completion widget category headers.
  926. # Default: white
  927. completion.category.fg = white
  928. # completion.category.bg (QssColor):
  929. # Background color of the completion widget category headers.
  930. # Default: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888,
  931. # stop:1 #505050)
  932. completion.category.bg = qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)
  933. # completion.category.border.top (QssColor):
  934. # Top border color of the completion widget category headers.
  935. # Default: black
  936. completion.category.border.top = black
  937. # completion.category.border.bottom (QssColor):
  938. # Bottom border color of the completion widget category headers.
  939. # Default: ${completion.category.border.top}
  940. completion.category.border.bottom = ${completion.category.border.top}
  941. # completion.item.selected.fg (QtColor):
  942. # Foreground color of the selected completion item.
  943. # Default: black
  944. completion.item.selected.fg = black
  945. # completion.item.selected.bg (QssColor):
  946. # Background color of the selected completion item.
  947. # Default: #e8c000
  948. completion.item.selected.bg = #e8c000
  949. # completion.item.selected.border.top (QssColor):
  950. # Top border color of the completion widget category headers.
  951. # Default: #bbbb00
  952. completion.item.selected.border.top = #bbbb00
  953. # completion.item.selected.border.bottom (QssColor):
  954. # Bottom border color of the selected completion item.
  955. # Default: ${completion.item.selected.border.top}
  956. completion.item.selected.border.bottom = ${completion.item.selected.border.top}
  957. # completion.match.fg (QssColor):
  958. # Foreground color of the matched text in the completion.
  959. # Default: #ff4444
  960. completion.match.fg = #ff4444
  961. # completion.scrollbar.fg (QssColor):
  962. # Color of the scrollbar handle in completion view.
  963. # Default: ${completion.fg}
  964. completion.scrollbar.fg = ${completion.fg}
  965. # completion.scrollbar.bg (QssColor):
  966. # Color of the scrollbar in completion view
  967. # Default: ${completion.bg}
  968. completion.scrollbar.bg = ${completion.bg}
  969. # statusbar.fg (QssColor):
  970. # Foreground color of the statusbar.
  971. # Default: white
  972. statusbar.fg = white
  973. # statusbar.bg (QssColor):
  974. # Background color of the statusbar.
  975. # Default: black
  976. statusbar.bg = black
  977. # statusbar.fg.private (QssColor):
  978. # Foreground color of the statusbar in private browsing mode.
  979. # Default: ${statusbar.fg}
  980. statusbar.fg.private = ${statusbar.fg}
  981. # statusbar.bg.private (QssColor):
  982. # Background color of the statusbar in private browsing mode.
  983. # Default: #666666
  984. statusbar.bg.private = #666666
  985. # statusbar.fg.insert (QssColor):
  986. # Foreground color of the statusbar in insert mode.
  987. # Default: ${statusbar.fg}
  988. statusbar.fg.insert = ${statusbar.fg}
  989. # statusbar.bg.insert (QssColor):
  990. # Background color of the statusbar in insert mode.
  991. # Default: darkgreen
  992. statusbar.bg.insert = darkgreen
  993. # statusbar.fg.command (QssColor):
  994. # Foreground color of the statusbar in command mode.
  995. # Default: ${statusbar.fg}
  996. statusbar.fg.command = ${statusbar.fg}
  997. # statusbar.bg.command (QssColor):
  998. # Background color of the statusbar in command mode.
  999. # Default: ${statusbar.bg}
  1000. statusbar.bg.command = ${statusbar.bg}
  1001. # statusbar.fg.command.private (QssColor):
  1002. # Foreground color of the statusbar in private browsing + command
  1003. # mode.
  1004. # Default: ${statusbar.fg.private}
  1005. statusbar.fg.command.private = ${statusbar.fg.private}
  1006. # statusbar.bg.command.private (QssColor):
  1007. # Background color of the statusbar in private browsing + command
  1008. # mode.
  1009. # Default: ${statusbar.bg.private}
  1010. statusbar.bg.command.private = ${statusbar.bg.private}
  1011. # statusbar.fg.caret (QssColor):
  1012. # Foreground color of the statusbar in caret mode.
  1013. # Default: ${statusbar.fg}
  1014. statusbar.fg.caret = ${statusbar.fg}
  1015. # statusbar.bg.caret (QssColor):
  1016. # Background color of the statusbar in caret mode.
  1017. # Default: purple
  1018. statusbar.bg.caret = purple
  1019. # statusbar.fg.caret-selection (QssColor):
  1020. # Foreground color of the statusbar in caret mode with a selection
  1021. # Default: ${statusbar.fg}
  1022. statusbar.fg.caret-selection = ${statusbar.fg}
  1023. # statusbar.bg.caret-selection (QssColor):
  1024. # Background color of the statusbar in caret mode with a selection
  1025. # Default: #a12dff
  1026. statusbar.bg.caret-selection = #a12dff
  1027. # statusbar.progress.bg (QssColor):
  1028. # Background color of the progress bar.
  1029. # Default: white
  1030. statusbar.progress.bg = white
  1031. # statusbar.url.fg (QssColor):
  1032. # Default foreground color of the URL in the statusbar.
  1033. # Default: ${statusbar.fg}
  1034. statusbar.url.fg = ${statusbar.fg}
  1035. # statusbar.url.fg.success (QssColor):
  1036. # Foreground color of the URL in the statusbar on successful load
  1037. # (http).
  1038. # Default: white
  1039. statusbar.url.fg.success = white
  1040. # statusbar.url.fg.success.https (QssColor):
  1041. # Foreground color of the URL in the statusbar on successful load
  1042. # (https).
  1043. # Default: lime
  1044. statusbar.url.fg.success.https = lime
  1045. # statusbar.url.fg.error (QssColor):
  1046. # Foreground color of the URL in the statusbar on error.
  1047. # Default: orange
  1048. statusbar.url.fg.error = orange
  1049. # statusbar.url.fg.warn (QssColor):
  1050. # Foreground color of the URL in the statusbar when there's a
  1051. # warning.
  1052. # Default: yellow
  1053. statusbar.url.fg.warn = yellow
  1054. # statusbar.url.fg.hover (QssColor):
  1055. # Foreground color of the URL in the statusbar for hovered links.
  1056. # Default: aqua
  1057. statusbar.url.fg.hover = aqua
  1058. # tabs.fg.odd (QtColor):
  1059. # Foreground color of unselected odd tabs.
  1060. # Default: white
  1061. tabs.fg.odd = white
  1062. # tabs.bg.odd (QtColor):
  1063. # Background color of unselected odd tabs.
  1064. # Default: grey
  1065. tabs.bg.odd = grey
  1066. # tabs.fg.even (QtColor):
  1067. # Foreground color of unselected even tabs.
  1068. # Default: white
  1069. tabs.fg.even = white
  1070. # tabs.bg.even (QtColor):
  1071. # Background color of unselected even tabs.
  1072. # Default: darkgrey
  1073. tabs.bg.even = darkgrey
  1074. # tabs.fg.selected.odd (QtColor):
  1075. # Foreground color of selected odd tabs.
  1076. # Default: white
  1077. tabs.fg.selected.odd = white
  1078. # tabs.bg.selected.odd (QtColor):
  1079. # Background color of selected odd tabs.
  1080. # Default: black
  1081. tabs.bg.selected.odd = black
  1082. # tabs.fg.selected.even (QtColor):
  1083. # Foreground color of selected even tabs.
  1084. # Default: ${tabs.fg.selected.odd}
  1085. tabs.fg.selected.even = ${tabs.fg.selected.odd}
  1086. # tabs.bg.selected.even (QtColor):
  1087. # Background color of selected even tabs.
  1088. # Default: ${tabs.bg.selected.odd}
  1089. tabs.bg.selected.even = ${tabs.bg.selected.odd}
  1090. # tabs.bg.bar (QtColor):
  1091. # Background color of the tab bar.
  1092. # Default: #555555
  1093. tabs.bg.bar = #555555
  1094. # tabs.indicator.start (QtColor):
  1095. # Color gradient start for the tab indicator.
  1096. # Default: #0000aa
  1097. tabs.indicator.start = #0000aa
  1098. # tabs.indicator.stop (QtColor):
  1099. # Color gradient end for the tab indicator.
  1100. # Default: #00aa00
  1101. tabs.indicator.stop = #00aa00
  1102. # tabs.indicator.error (QtColor):
  1103. # Color for the tab indicator on errors..
  1104. # Default: #ff0000
  1105. tabs.indicator.error = #ff0000
  1106. # tabs.indicator.system (ColorSystem):
  1107. # Color gradient interpolation system for the tab indicator.
  1108. # rgb: Interpolate in the RGB color system.
  1109. # hsv: Interpolate in the HSV color system.
  1110. # hsl: Interpolate in the HSL color system.
  1111. # none: Don't show a gradient.
  1112. # Default: rgb
  1113. tabs.indicator.system = rgb
  1114. # hints.fg (QssColor):
  1115. # Font color for hints.
  1116. # Default: black
  1117. hints.fg = black
  1118. # hints.bg (QssColor):
  1119. # Background color for hints. Note that you can use a `rgba(...)`
  1120. # value for transparency.
  1121. # Default: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255,
  1122. # 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))
  1123. hints.bg = qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))
  1124. # hints.fg.match (QssColor):
  1125. # Font color for the matched part of hints.
  1126. # Default: green
  1127. hints.fg.match = green
  1128. # downloads.bg.bar (QssColor):
  1129. # Background color for the download bar.
  1130. # Default: black
  1131. downloads.bg.bar = black
  1132. # downloads.fg.start (QtColor):
  1133. # Color gradient start for download text.
  1134. # Default: white
  1135. downloads.fg.start = white
  1136. # downloads.bg.start (QtColor):
  1137. # Color gradient start for download backgrounds.
  1138. # Default: #0000aa
  1139. downloads.bg.start = #0000aa
  1140. # downloads.fg.stop (QtColor):
  1141. # Color gradient end for download text.
  1142. # Default: ${downloads.fg.start}
  1143. downloads.fg.stop = ${downloads.fg.start}
  1144. # downloads.bg.stop (QtColor):
  1145. # Color gradient stop for download backgrounds.
  1146. # Default: #00aa00
  1147. downloads.bg.stop = #00aa00
  1148. # downloads.fg.system (ColorSystem):
  1149. # Color gradient interpolation system for download text.
  1150. # rgb: Interpolate in the RGB color system.
  1151. # hsv: Interpolate in the HSV color system.
  1152. # hsl: Interpolate in the HSL color system.
  1153. # none: Don't show a gradient.
  1154. # Default: rgb
  1155. downloads.fg.system = rgb
  1156. # downloads.bg.system (ColorSystem):
  1157. # Color gradient interpolation system for download backgrounds.
  1158. # rgb: Interpolate in the RGB color system.
  1159. # hsv: Interpolate in the HSV color system.
  1160. # hsl: Interpolate in the HSL color system.
  1161. # none: Don't show a gradient.
  1162. # Default: rgb
  1163. downloads.bg.system = rgb
  1164. # downloads.fg.error (QtColor):
  1165. # Foreground color for downloads with errors.
  1166. # Default: white
  1167. downloads.fg.error = white
  1168. # downloads.bg.error (QtColor):
  1169. # Background color for downloads with errors.
  1170. # Default: red
  1171. downloads.bg.error = red
  1172. # webpage.bg (QtColor):
  1173. # Background color for webpages if unset (or empty to use the
  1174. # theme's color)
  1175. # Default: white
  1176. webpage.bg = white
  1177. # keyhint.fg (QssColor):
  1178. # Text color for the keyhint widget.
  1179. # Default: #FFFFFF
  1180. keyhint.fg = #FFFFFF
  1181. # keyhint.fg.suffix (CssColor):
  1182. # Highlight color for keys to complete the current keychain
  1183. # Default: #FFFF00
  1184. keyhint.fg.suffix = #FFFF00
  1185. # keyhint.bg (QssColor):
  1186. # Background color of the keyhint widget.
  1187. # Default: rgba(0, 0, 0, 80%)
  1188. keyhint.bg = rgba(0, 0, 0, 80%)
  1189. # messages.fg.error (QssColor):
  1190. # Foreground color of an error message.
  1191. # Default: white
  1192. messages.fg.error = white
  1193. # messages.bg.error (QssColor):
  1194. # Background color of an error message.
  1195. # Default: red
  1196. messages.bg.error = red
  1197. # messages.border.error (QssColor):
  1198. # Border color of an error message.
  1199. # Default: #bb0000
  1200. messages.border.error = #bb0000
  1201. # messages.fg.warning (QssColor):
  1202. # Foreground color a warning message.
  1203. # Default: white
  1204. messages.fg.warning = white
  1205. # messages.bg.warning (QssColor):
  1206. # Background color of a warning message.
  1207. # Default: darkorange
  1208. messages.bg.warning = darkorange
  1209. # messages.border.warning (QssColor):
  1210. # Border color of an error message.
  1211. # Default: #d47300
  1212. messages.border.warning = #d47300
  1213. # messages.fg.info (QssColor):
  1214. # Foreground color an info message.
  1215. # Default: white
  1216. messages.fg.info = white
  1217. # messages.bg.info (QssColor):
  1218. # Background color of an info message.
  1219. # Default: black
  1220. messages.bg.info = black
  1221. # messages.border.info (QssColor):
  1222. # Border color of an info message.
  1223. # Default: #333333
  1224. messages.border.info = #333333
  1225. # prompts.fg (QssColor):
  1226. # Foreground color for prompts.
  1227. # Default: white
  1228. prompts.fg = white
  1229. # prompts.bg (QssColor):
  1230. # Background color for prompts.
  1231. # Default: darkblue
  1232. prompts.bg = darkblue
  1233. # prompts.selected.bg (QssColor):
  1234. # Background color for the selected item in filename prompts.
  1235. # Default: #308cc6
  1236. prompts.selected.bg = #308cc6
  1237. # Fonts used for the UI, with optional style/weight/size.
  1238. # * Style: `normal`/`italic`/`oblique`
  1239. # * Weight: `normal`, `bold`, `100`..`900`
  1240. # * Size: _number_ `px`/`pt`
  1241. [fonts]
  1242. # _monospace (Font):
  1243. # Default monospace fonts.
  1244. # Default: xos4 Terminus, Terminus, Monospace, "DejaVu Sans Mono",
  1245. # Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New",
  1246. # Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal
  1247. _monospace = PragmataPro, Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal
  1248. # completion (Font):
  1249. # Font used in the completion widget.
  1250. # Default: 8pt ${_monospace}
  1251. completion = 8pt ${_monospace}
  1252. # completion.category (Font):
  1253. # Font used in the completion categories.
  1254. # Default: bold ${completion}
  1255. completion.category = bold ${completion}
  1256. # tabbar (QtFont):
  1257. # Font used in the tab bar.
  1258. # Default: 8pt ${_monospace}
  1259. tabbar = 8pt ${_monospace}
  1260. # statusbar (Font):
  1261. # Font used in the statusbar.
  1262. # Default: 8pt ${_monospace}
  1263. statusbar = 8pt ${_monospace}
  1264. # downloads (Font):
  1265. # Font used for the downloadbar.
  1266. # Default: 8pt ${_monospace}
  1267. downloads = 8pt ${_monospace}
  1268. # hints (Font):
  1269. # Font used for the hints.
  1270. # Default: bold 13px ${_monospace}
  1271. hints = bold 13px ${_monospace}
  1272. # debug-console (QtFont):
  1273. # Font used for the debugging console.
  1274. # Default: 8pt ${_monospace}
  1275. debug-console = 8pt ${_monospace}
  1276. # web-family-standard (FontFamily):
  1277. # Font family for standard fonts.
  1278. # Default:
  1279. web-family-standard =
  1280. # web-family-fixed (FontFamily):
  1281. # Font family for fixed fonts.
  1282. # Default:
  1283. web-family-fixed = PragmataPro
  1284. # web-family-serif (FontFamily):
  1285. # Font family for serif fonts.
  1286. # Default:
  1287. web-family-serif =
  1288. # web-family-sans-serif (FontFamily):
  1289. # Font family for sans-serif fonts.
  1290. # Default:
  1291. web-family-sans-serif =
  1292. # web-family-cursive (FontFamily):
  1293. # Font family for cursive fonts.
  1294. # Default:
  1295. web-family-cursive =
  1296. # web-family-fantasy (FontFamily):
  1297. # Font family for fantasy fonts.
  1298. # Default:
  1299. web-family-fantasy =
  1300. # web-size-minimum (Int):
  1301. # The hard minimum font size.
  1302. # Default: 0
  1303. web-size-minimum = 0
  1304. # web-size-minimum-logical (Int):
  1305. # The minimum logical font size that is applied when zooming out.
  1306. # Default: 6
  1307. web-size-minimum-logical = 6
  1308. # web-size-default (Int):
  1309. # The default font size for regular text.
  1310. # Default: 16
  1311. web-size-default = 16
  1312. # web-size-default-fixed (Int):
  1313. # The default font size for fixed-pitch text.
  1314. # Default: 13
  1315. web-size-default-fixed = 13
  1316. # keyhint (Font):
  1317. # Font used in the keyhint widget.
  1318. # Default: 8pt ${_monospace}
  1319. keyhint = 8pt ${_monospace}
  1320. # messages.error (Font):
  1321. # Font used for error messages.
  1322. # Default: 8pt ${_monospace}
  1323. messages.error = 8pt ${_monospace}
  1324. # messages.warning (Font):
  1325. # Font used for warning messages.
  1326. # Default: 8pt ${_monospace}
  1327. messages.warning = 8pt ${_monospace}
  1328. # messages.info (Font):
  1329. # Font used for info messages.
  1330. # Default: 8pt ${_monospace}
  1331. messages.info = 8pt ${_monospace}
  1332. # prompts (Font):
  1333. # Font used for prompts.
  1334. # Default: 8pt sans-serif
  1335. prompts = 8pt sans-serif