1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 14:05:11 +00:00
awesome-copycats/settings/variables.lua
2014-12-02 22:14:04 +01:00

20 lines
443 B
Lua

-- localization
os.setlocale(os.getenv("LANG"))
-- common
modkey = "Mod4"
altkey = "Mod1"
terminal = "urxvtc" or "xterm"
editor = os.getenv("EDITOR") or "nano" or "vi"
editor_cmd = terminal .. " -e " .. editor
-- user defined
browser = "dwb"
browser2 = "iron"
gui_editor = "gvim"
graphics = "gimp"
mail = terminal .. " -e mutt "
-- city code - grab it from yahoo weather: https://weather.yahoo.com/
city = 123456