Remove pacmafm or whatever its called
This commit is contained in:
parent
339ffa1e53
commit
cbe3e2de15
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue