new stuff
This commit is contained in:
parent
b50f254aab
commit
6d7decfca7
8 changed files with 357 additions and 47 deletions
|
|
@ -6,65 +6,44 @@
|
|||
|
||||
config_version: 2
|
||||
settings:
|
||||
aliases:
|
||||
global:
|
||||
q: close
|
||||
qa: quit
|
||||
w: session-save
|
||||
wq: quit --save
|
||||
wqa: quit --save
|
||||
auto_save.interval:
|
||||
global: 15000
|
||||
backend:
|
||||
global: webengine
|
||||
colors.tabs.selected.odd.bg:
|
||||
global: '#282828'
|
||||
colors.webpage.bg:
|
||||
global: '#ffffff'
|
||||
colors.webpage.darkmode.algorithm:
|
||||
global: lightness-cielab
|
||||
colors.webpage.darkmode.enabled:
|
||||
global: false
|
||||
colors.webpage.darkmode.policy.images:
|
||||
global: smart
|
||||
global: white
|
||||
colors.webpage.preferred_color_scheme:
|
||||
global: light
|
||||
content.javascript.clipboard:
|
||||
https://color.adobe.com: access-paste
|
||||
https://git.nevereverever.de: access-paste
|
||||
content.pdfjs:
|
||||
global: true
|
||||
downloads.location.directory:
|
||||
global: null
|
||||
global: dark
|
||||
content.blocking.method:
|
||||
global: both
|
||||
editor.command:
|
||||
global:
|
||||
- kate
|
||||
- alacritty
|
||||
- -e
|
||||
- nvim
|
||||
- -f
|
||||
- '{file}'
|
||||
- -l
|
||||
- '{line}'
|
||||
- -c
|
||||
- '{column}'
|
||||
- normal {line}G{column0}l
|
||||
fileselect.folder.command:
|
||||
global:
|
||||
- kitty
|
||||
- alacritty
|
||||
- -e
|
||||
- ranger
|
||||
- --choosedir={}
|
||||
fileselect.handler:
|
||||
global: external
|
||||
fileselect.multiple_files.command:
|
||||
global:
|
||||
- kitty
|
||||
- alacritty
|
||||
- -e
|
||||
- ranger
|
||||
- --choosefiles={}
|
||||
fileselect.single_file.command:
|
||||
global:
|
||||
- konsole
|
||||
- alacritty
|
||||
- -e
|
||||
- ranger
|
||||
- --choosefile={}
|
||||
fonts.completion.category:
|
||||
global: bold default_size default_family
|
||||
fonts.contextmenu:
|
||||
global: Adwaita Sans
|
||||
fonts.default_family:
|
||||
global: Source Code Pro
|
||||
scrolling.smooth:
|
||||
global: true
|
||||
global: Adwaita Mono
|
||||
tabs.position:
|
||||
global: left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue