diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 5e6aa77..eeeeebb 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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.