fix rc.lua for whatever home reason

This commit is contained in:
Barak Michener 2014-09-12 15:59:41 -04:00
parent 14937b7bcb
commit 981c8db663

View file

@ -51,10 +51,10 @@ beautiful.init(confdir .. "/btheme/theme.lua")
naughty.config.default_preset.font = "Inconsolata 22"
-- This is used later as the default terminal and editor to run.
terminal = "run_terminal"
terminal = home .. "/bin/run_terminal"
editor = os.getenv("EDITOR") or "vim"
editor_cmd = terminal .. " -e " .. editor
browser = "run_browser"
browser = home .. "/bin/run_browser"
-- Default modkey.
-- Usually, Mod4 is the key with a logo between Control and Alt.