From c104ffa28916b51d5b7c1234f844429904da2baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=92=8C=E3=81=A7=E3=81=AA=E3=82=8A?= <16044253+Daenarii@users.noreply.github.com> Date: Mon, 12 Mar 2018 19:25:23 +0800 Subject: [PATCH] Changed /home/luke to ~/ Luke-senpai baka --- .config/qutebrowser/config.py | 4 ++-- 1 file 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