Add comma to commented web_search_cmd (#93)

This way, if you uncomment it, it won't give an error about a missing comma.
This commit is contained in:
Gamer1120 2020-07-13 19:31:04 +02:00 committed by GitHub
parent 433289a357
commit 5a38909462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",