Change from thunar to pcmanfm

thunar failed to find default applications and also default terminal to
open was dependend on xfce settings
This commit is contained in:
2024-07-03 13:10:26 +02:00
parent 740f7a5ca5
commit 18176bf959
4 changed files with 44 additions and 3 deletions

View File

@ -56,7 +56,7 @@ in
# Override defaults
{
on = [ "e" ];
run = ''shell --orphan --confirm "thunar &"'';
run = ''shell --orphan --confirm "pcmanfm &"'';
desc = "Open gui file manager";
}
{