commit existing config
This commit is contained in:
parent
e366d1f494
commit
cba1b621a8
60 changed files with 7188 additions and 0 deletions
57
.config/qutebrowser/autoconfig.yml
Normal file
57
.config/qutebrowser/autoconfig.yml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||
# via config.load_autoconfig(). For more information, see:
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||
# Instead, create a config.py - see :help for details.
|
||||
|
||||
config_version: 2
|
||||
settings:
|
||||
aliases:
|
||||
global:
|
||||
q: close
|
||||
qa: quit
|
||||
w: session-save
|
||||
wq: quit --save
|
||||
wqa: quit --save
|
||||
auto_save.interval:
|
||||
global: 15000
|
||||
colors.webpage.preferred_color_scheme:
|
||||
global: light
|
||||
content.javascript.clipboard:
|
||||
https://color.adobe.com: access-paste
|
||||
downloads.location.directory:
|
||||
global: null
|
||||
editor.command:
|
||||
global:
|
||||
- kate
|
||||
- '{file}'
|
||||
- -l
|
||||
- '{line}'
|
||||
- -c
|
||||
- '{column}'
|
||||
fileselect.folder.command:
|
||||
global:
|
||||
- konsole
|
||||
- -e
|
||||
- ranger
|
||||
- --choosedir={}
|
||||
fileselect.handler:
|
||||
global: external
|
||||
fileselect.multiple_files.command:
|
||||
global:
|
||||
- konsole
|
||||
- -e
|
||||
- ranger
|
||||
- --choosefiles={}
|
||||
fileselect.single_file.command:
|
||||
global:
|
||||
- konsole
|
||||
- -e
|
||||
- ranger
|
||||
- --choosefile={}
|
||||
fonts.completion.category:
|
||||
global: bold default_size default_family
|
||||
fonts.default_family:
|
||||
global: Source Code Pro
|
||||
scrolling.smooth:
|
||||
global: true
|
||||
1
.config/qutebrowser/bookmarks/urls
Normal file
1
.config/qutebrowser/bookmarks/urls
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://github.com/qutebrowser/qutebrowser/commit/ea800ead6dd01749f1618412138bb7a08d88a8ce?short_path=ecdc1f6#diff-ecdc1f6f46ef791d2ef2940b04163b47071a1b94b53128e15d7e00ef9f5335ca doc: Add city lights theme · qutebrowser/qutebrowser@ea800ea · GitHub
|
||||
4
.config/qutebrowser/config.py
Normal file
4
.config/qutebrowser/config.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
config.load_autoconfig()
|
||||
config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}')
|
||||
c.editor.command = ["kate", "{file}", "-l", "{line}", "-c", "{column}"]
|
||||
config.source("./qutebrowser-solarized/solarized-dark.py")
|
||||
4
.config/qutebrowser/quickmarks
Normal file
4
.config/qutebrowser/quickmarks
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
httpforever http://httpforever.com/
|
||||
multiple ranges https://discourse.julialang.org/t/plot-multiple-lines-with-different-ranges-in-same-plot/56304
|
||||
fedora sleep name
|
||||
sleep fedora https://discussion.fedoraproject.org/t/laptop-immediately-wakes-up-after-suspend/79661
|
||||
1
.config/qutebrowser/qutebrowser-solarized
Submodule
1
.config/qutebrowser/qutebrowser-solarized
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c831f6a1265eaebedaaa69bc872283adf67341c5
|
||||
Loading…
Add table
Add a link
Reference in a new issue