diff --git a/awesome/.config/awesome/configuration/apps.lua b/awesome/.config/awesome/configuration/apps.lua index 219a238..09d1aca 100644 --- a/awesome/.config/awesome/configuration/apps.lua +++ b/awesome/.config/awesome/configuration/apps.lua @@ -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