Skip to content

Commit

Permalink
qutebrowser: Switch st to foot, use Google as default search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Apr 5, 2024
1 parent d954ed5 commit c044367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/qutebrowser/templates/qute_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
translate_german_polish = "https://translate.google.com/#de/pl/{}"
dictcc_german_english = "https://dict.cc/?s={}"
c.url.searchengines = {
"DEFAULT": duckstr,
"DEFAULT": googlestr,
"ddg": duckstr,
"google": googlestr,
"english": translate_english_polish,
Expand All @@ -82,8 +82,8 @@

# File picker
c.fileselect.handler = "external"
c.fileselect.single_file.command = ["st", "-e", "ranger", "--choosefile={}"]
c.fileselect.multiple_files.command = ["st", "-e", "ranger", "--choosefiles={}"]
c.fileselect.single_file.command = ["foot", "-e", "ranger", "--choosefile={}"]
c.fileselect.multiple_files.command = ["foot", "-e", "ranger", "--choosefiles={}"]

# Dark mode
c.colors.webpage.preferred_color_scheme = "dark"
Expand Down

0 comments on commit c044367

Please sign in to comment.