mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
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:
parent
433289a357
commit
5a38909462
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue