From 6ac9a6494ced908d0db944d5a69525f47537eed9 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 8 Jan 2024 10:04:35 +0100 Subject: Devir quicksearch to Qutebrowser. --- stow/qutebrowser/.config/qutebrowser/config.py | 3 ++- stow/ranger/.config/ranger/rc.conf | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/stow/qutebrowser/.config/qutebrowser/config.py b/stow/qutebrowser/.config/qutebrowser/config.py index 6031fb5..b0f65cb 100644 --- a/stow/qutebrowser/.config/qutebrowser/config.py +++ b/stow/qutebrowser/.config/qutebrowser/config.py @@ -1405,7 +1405,8 @@ c.url.searchengines = { 'bga': 'https://boardgamearena.com/gamepanel?game={}', # Board Game Arena 'do': 'http://wiki.dominionstrategy.com/index.php/{}', # Dominion Wiki 'vdb': 'https://vdb.im/library?q=%7B%22text%22%3A%5B%7B%22value%22%3A%22{}%22%2C%22logic%22%3A%22and%22%2C%22in%22%3A%22name%22%7D%5D%7D', # V:TES Library - 'vdbCrypt': 'https://vdb.im/crypt?q=%7B%22text%22%3A%5B%7B%22value%22%3A%22{}%22%2C%22logic%22%3A%22and%22%7D%5D%7D' # V:TES Crypt + 'vdbCrypt': 'https://vdb.im/crypt?q=%7B%22text%22%3A%5B%7B%22value%22%3A%22{}%22%2C%22logic%22%3A%22and%22%7D%5D%7D', # V:TES Crypt + 'devir': 'https://devir.es/catalogsearch/result/?q={}' # Devir } ## Page(s) to open at the start. diff --git a/stow/ranger/.config/ranger/rc.conf b/stow/ranger/.config/ranger/rc.conf index 8c566ed..d5e1f05 100644 --- a/stow/ranger/.config/ranger/rc.conf +++ b/stow/ranger/.config/ranger/rc.conf @@ -253,7 +253,7 @@ alias travel scout -aefiklst # Custom map ,b bulkrename -map ,d shell rm.sh "%s" +map ,d shell rm.sh %s map ,s shell tmux split-window -p 60 -c %d & map ,S shell tmux new-window -a -n shell -c %d & map ,e shell tmux new-window -a -n $EDITOR "$EDITOR %s" @@ -262,7 +262,7 @@ map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ & map ,p shell asPDF.sh %f map ,P shell lowriter --convert-to pdf %f map ,um shell sudo umount %p -map ,z shell zip -r %f.zip "%s" +map ,z shell zip -r %f.zip %s map ,uz shell 7z x %f map ,ur shell unrar x %f map ,ut shell tar -xvzf %f -- cgit v1.2.1