Remove pacmafm or whatever its called

This commit is contained in:
buffet 2021-05-21 23:26:00 +00:00
parent 339ffa1e53
commit cbe3e2de15

View file

@ -11,9 +11,6 @@ apps = {
-- editor_cmd = terminal .. " -e " .. editor,
-- Your default file explorer
explorer = "pcmanfm",
-- Your default browser
browser = "firefox",
@ -23,7 +20,6 @@ apps = {
}
apps.editor_cmd = apps.terminal .. " -e " .. apps.editor
apps.explorer_cmd = apps.terminal .. " -e " .. apps.explorer
menubar.utils.terminal = apps.terminal -- Set the terminal for applications that require it