Create a taglist file

This commit is contained in:
Noella
2024-03-04 17:40:04 -07:00
parent d2f76bc78e
commit 76dab2fd42
4 changed files with 89 additions and 65 deletions

View File

@@ -3,9 +3,9 @@ local _V = {}
_V = {
terminal = "alacritty",
editor = os.getenv("EDITOR") or "nvim",
editor_cmd = _V.terminal .. " -e " .. _V.editor,
modkey = "Mod4",
wallpaper = os.getenv("HOME") .. "/.config/awesome/theme/background.jpg",
}
_V.editor_cmd = _V.terminal .. " -e " .. _V.editor
return _V