aboutsummaryrefslogtreecommitdiff
path: root/stow
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2024-01-08 10:04:35 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2024-01-08 10:04:35 +0100
commit6ac9a6494ced908d0db944d5a69525f47537eed9 (patch)
treecde156c9791a4f8f75fc8716126053da51599143 /stow
parent45c2d1cab7d97d4d908bbc50d4dc22cc71ec8ee9 (diff)
downloadconfigs-6ac9a6494ced908d0db944d5a69525f47537eed9.tar.gz
configs-6ac9a6494ced908d0db944d5a69525f47537eed9.zip
Devir quicksearch to Qutebrowser.
Diffstat (limited to 'stow')
-rw-r--r--stow/qutebrowser/.config/qutebrowser/config.py3
-rw-r--r--stow/ranger/.config/ranger/rc.conf4
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