mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
19 lines
429 B
Lua
19 lines
429 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/
|