From 5a38909462fd5126a98a14d19a3da4d31e29b979 Mon Sep 17 00:00:00 2001 From: Gamer1120 Date: Mon, 13 Jul 2020 19:31:04 +0200 Subject: [PATCH] Add comma to commented web_search_cmd (#93) This way, if you uncomment it, it won't give an error about a missing comma. --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 67b36fe..7968f5d 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -86,7 +86,7 @@ user = { -- >> Web Search << web_search_cmd = "xdg-open https://duckduckgo.com/?q=", - -- web_search_cmd = "xdg-open https://www.google.com/search?q=" + -- web_search_cmd = "xdg-open https://www.google.com/search?q=", -- >> User profile << profile_picture = os.getenv("HOME").."/.config/awesome/profile.png",