use foot for ranger and qutebrowser

This commit is contained in:
Felix Van der Jeugt 2025-01-17 09:13:21 +01:00
parent 432966a418
commit 5e189639d4
2 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ c.content.notifications.enabled = False
c.downloads.location.directory = "/tmp" c.downloads.location.directory = "/tmp"
c.downloads.location.suggestion = "both" c.downloads.location.suggestion = "both"
c.downloads.open_dispatcher = "rifle" c.downloads.open_dispatcher = "rifle"
c.editor.command = ["st", "-e", "vis", "{}"] c.editor.command = ["foot", "vis", "{}"]
c.fileselect.handler = "external" c.fileselect.handler = "external"
c.fileselect.multiple_files.command = ["st", "-e", "ranger", "--choosefiles={}"] c.fileselect.multiple_files.command = ["foot", "ranger", "--choosefiles={}"]
c.fileselect.single_file.command = ["st", "-e", "ranger", "--choosefile={}"] c.fileselect.single_file.command = ["foot", "ranger", "--choosefile={}"]
c.hints.auto_follow = "full-match" c.hints.auto_follow = "full-match"
c.hints.dictionary = "/usr/share/dict/mnemonic" c.hints.dictionary = "/usr/share/dict/mnemonic"
c.hints.mode = "word" c.hints.mode = "word"

View File

@ -12,6 +12,6 @@ setlocal path=/media/memoria/snapshots-void sort mtime
setlocal path=/media/memoria/snapshots-void sort_directories_first false setlocal path=/media/memoria/snapshots-void sort_directories_first false
map ; console scout -aefilst%space map ; console scout -aefilst%space
map s shell -f st map s shell -f $TERM
map S shell $SHELL map S shell $SHELL
map R rename_append -r map R rename_append -r