diff options
| author | sumuel <samuel@yakubos.org> | 2026-08-12 23:57:44 +0100 |
|---|---|---|
| committer | sumuel <samuel@yakubos.org> | 2026-08-12 23:57:44 +0100 |
| commit | 73ddf78b1d326c67e818c002e816ddd4f1c46348 (patch) | |
| tree | a525d7fb80c9b49805c3b216cb4c5faf5bd36f4e /config.def.h | |
| parent | dbaf4e188a79a10aae1dd6939edd200434e68f66 (diff) | |
Diffstat (limited to 'config.def.h')
| -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 }; |