From cbe3e2de15e13b9095d207a2e285ef2175241e5b Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 21 May 2021 23:26:00 +0000 Subject: [PATCH] Remove pacmafm or whatever its called --- awesome/.config/awesome/configuration/apps.lua | 4 ---- 1 file changed, 4 deletions(-) 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