dotfiles/awesome/main/user_vars.lua

11 lines
207 B
Lua
Raw Normal View History

2023-04-20 04:08:44 +00:00
local home = os.getenv("HOME")
local _M = {
2023-05-26 02:15:43 +00:00
terminal = "alacritty",
file_manager = "Thunar",
modkey = "Mod4",
wallpaper = "/usr/share/backgrounds/custom/space_station.jpg"
2023-04-20 04:08:44 +00:00
}
return _M