mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Debian desktop environment updates
- Update qutebrowser config - Remove typescript linter 'typecheck' - Add debian preseed configuration - Change gtk theme - Change vagrant source - Refactor sync script
This commit is contained in:
parent
a523e0d122
commit
e3f1d1e1b5
6 changed files with 469 additions and 28 deletions
|
|
@ -39,7 +39,7 @@ settings:
|
|||
content.xss_auditing:
|
||||
global: false
|
||||
downloads.location.directory:
|
||||
global: null
|
||||
global: ~/downloads
|
||||
downloads.location.prompt:
|
||||
global: true
|
||||
downloads.location.remember:
|
||||
|
|
@ -63,9 +63,11 @@ settings:
|
|||
editor.encoding:
|
||||
global: utf-8
|
||||
fonts.default_family:
|
||||
global: IBM Plex Mono
|
||||
global: JetBrains Mono
|
||||
fonts.default_size:
|
||||
global: 8pt
|
||||
fonts.web.family.fixed:
|
||||
global: IBM Plex Mono
|
||||
global: JetBrains Mono
|
||||
fonts.web.family.sans_serif:
|
||||
global: IBM Plex Sans
|
||||
fonts.web.family.serif:
|
||||
|
|
@ -75,8 +77,8 @@ settings:
|
|||
fonts.web.size.default:
|
||||
global: 16
|
||||
url.default_page:
|
||||
global: http://wiki.m
|
||||
global: http://search.m
|
||||
url.start_pages:
|
||||
global: http://wiki.m
|
||||
global: http://search.m
|
||||
window.title_format:
|
||||
global: '{perc}{host}{title_sep}qutebrowser'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue