diff options
| -rwxr-xr-x | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9dd00fa..3173e3f 100755 --- a/config.def.h +++ b/config.def.h @@ -67,7 +67,7 @@ static const char *flameshot[] = { "flameshot", "gui", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *lockcmd[] = { "slock", NULL }; static const char *browse[] = { "librewolf", NULL }; -static const char *thunar[] = { "thunar", }; +static const char *thunar[] = { "pcmanfm", }; static const char *mselect[] = { "/home/king/.local/bin/mselect", NULL }; |