diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-22 09:25:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-22 09:25:31 +0900 |
| commit | 64fdb22bb57301394b11ef84441f50a48dd8ab0c (patch) | |
| tree | f608b538f020c4e0660865ecde5d485c4e764640 | |
| parent | d669ebeb4446f5d01c8b7cf355171e5b3863fff0 (diff) | |
modified qutebrowser/config.py, modified shell/profile
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 3 | ||||
| -rw-r--r-- | ar/.config/shell/profile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index 23f9271..264f853 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -2163,7 +2163,8 @@ c.url.default_page = "https://searx.thesiah.xyz" c.url.searchengines = { "DEFAULT": "https://searx.thesiah.xyz/search?q={}", # default "a": "https://www.amazon.com/s/?field-keywords={}", # amazon - "ar": "https://wiki.archlinux.org/index.php?search={}", # arch wiki + "aw": "https://wiki.archlinux.org/index.php?search={}", # arch wiki + "ap": "https://archlinux.org/packages/{}", # arch wiki "b": "https://search.brave.com/search?q={}", # brave "cp": "https://www.coupang.com/np/search?component=&q={}", # coupang "d": "https://duckduckgo.com/?q={}", # duckduckgo diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 2d34c69..1bbaa5c 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -15,7 +15,7 @@ unsetopt PROMPT_SP 2>/dev/null ################################################### ### --- DEFAULT PROGRAMS --- ### ################################################### -export BROWSER=$(command -v qutebrowser || command -v firefox || command -v librewolf) +export BROWSER=$(command -v firefox || command -v qutebrowser || command -v librewolf) export EDITOR="nvim" export EDITOR2="vim" export KEYTIMEOUT=10 |
