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", } return _V