From a337877e2b5409f2c98e0c8a38c5eec57be45665 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 24 Aug 2019 17:07:08 +0200 Subject: Changed search browser again --- qutebrowser/#pre_stow.sh# | 2 ++ qutebrowser/#setup.sh# | 3 --- qutebrowser/.config/qutebrowser/config.py | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 qutebrowser/#pre_stow.sh# delete mode 100644 qutebrowser/#setup.sh# diff --git a/qutebrowser/#pre_stow.sh# b/qutebrowser/#pre_stow.sh# new file mode 100644 index 0000000..4efa0a2 --- /dev/null +++ b/qutebrowser/#pre_stow.sh# @@ -0,0 +1,2 @@ +#!/bin/sh +mkdir -p ~/.config/qutebrowser diff --git a/qutebrowser/#setup.sh# b/qutebrowser/#setup.sh# deleted file mode 100644 index 7e97e93..0000000 --- a/qutebrowser/#setup.sh# +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -mkdir -p ~/.config/qutebrowser diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 42ecfab..cf51675 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -10,7 +10,7 @@ ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to. ## Type: Dict -c.aliases = {'w': 'session-save', 'q': 'tab-close', 'qa': 'quit', 'wq': 'quit --save', 'wqa': 'quit --save', 'tabe' : 'open -t', 'nod' : 'download-clear'} +c.aliases = {'w': 'session-save', 'q': 'tab-close', 'qa': 'quit', 'wq': 'quit --save', 'wqa': 'quit --save', 'tabe' : 'open -t', 'noh' : 'download-clear'} ## Time interval (in milliseconds) between auto-saves of ## config/cookies/etc. @@ -1471,7 +1471,7 @@ c.tabs.background = True ## 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 = 'https://www.startpage.com/' +c.url.default_page = 'https://www.google.dk/' ## URL segments where `:navigate increment/decrement` will search for a ## number. @@ -1498,12 +1498,12 @@ c.url.default_page = 'https://www.startpage.com/' ## used by prepending the search engine name to the search term, e.g. ## `:open google qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://www.startpage.com/do/dsearch?query={}', 'ggl': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'stp': 'https://www.startpage.com/do/dsearch?query={}', 'DEFAULT': 'https://www.google.com/search?q={}', 'ddg': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl #c.url.start_pages = ['https://www.google.dk/'] -c.url.start_pages = c.url.searchengines['DEFAULT'].split('/')[2] +c.url.start_pages = ['https://riot.fricloud.dk/', c.url.searchengines['DEFAULT'].split('/')[2]] ## URL parameters to strip with `:yank url`. ## Type: List of String -- cgit v1.2.3