diff options
| author | 大和でなり <16044253+Daenarii@users.noreply.github.com> | 2018-03-15 15:03:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 15:03:19 +0800 |
| commit | 04bfac3382ed360de2068c58ee76456aff4117d2 (patch) | |
| tree | 52b30686eea1598dad15acbf3a396cab22adafc3 /.config/qutebrowser | |
| parent | 26d2b1f476784b20e95d78389789759cf58e83fa (diff) | |
| parent | 10fe2dc04c0555831cf222e9d084ed78da62eb13 (diff) | |
| download | eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.tar.gz eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.tar.zst eibhear-04bfac3382ed360de2068c58ee76456aff4117d2.zip | |
Merge pull request #1 from LukeSmithxyz/master
I don't know how git works
Diffstat (limited to '.config/qutebrowser')
| -rw-r--r-- | .config/qutebrowser/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 628e40a..6f1a1ce 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1225,7 +1225,7 @@ c.url.auto_search = 'naive' ## The page to open if :open -t/-b/-w is used without URL. Use ## `about:blank` for a blank page. ## Type: FuzzyUrl -c.url.default_page = '/home/luke/.config/startpage/startpage.html' +c.url.default_page = '~/.config/startpage/startpage.html' ## The URL segments where `:navigate increment/decrement` will search for ## a number. @@ -1283,7 +1283,7 @@ c.url.searchengines = { ## The page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl -c.url.start_pages = ['/home/luke/.config/startpage/startpage.html'] +c.url.start_pages = ['~/.config/startpage/startpage.html'] ## The URL parameters to strip with `:yank url`. ## Type: List of String |
