home/qutebrowser | kitty -> foot
This commit is contained in:
parent
a9f54501df
commit
d83d2eeae4
1 changed files with 5 additions and 3 deletions
|
|
@ -233,13 +233,15 @@
|
||||||
position = "top";
|
position = "top";
|
||||||
};
|
};
|
||||||
fileselect = {
|
fileselect = {
|
||||||
folder = { command = [ "kitty" "-e" "ranger" "--choosedir={}" ]; };
|
folder = {
|
||||||
|
command = [ "${pkgs.foot}/bin/foot" "-e" "ranger" "--choosedir={}" ];
|
||||||
|
};
|
||||||
handler = "external";
|
handler = "external";
|
||||||
multiple_files = {
|
multiple_files = {
|
||||||
command = [ "kitty" "-e" "ranger" "--choosefile={}" ];
|
command = [ "${pkgs.foot}/bin/foot" "-e" "ranger" "--choosefile={}" ];
|
||||||
};
|
};
|
||||||
single_file = {
|
single_file = {
|
||||||
command = [ "kitty" "-e" "ranger" "--choosefile={}" ];
|
command = [ "${pkgs.foot}/bin/foot" "-e" "ranger" "--choosefile={}" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue