Create a taglist file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user