home/qutebrowser | kitty -> foot

This commit is contained in:
Don Harper 2025-07-16 08:06:56 -05:00
parent a9f54501df
commit d83d2eeae4

View file

@ -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 = {