fix rc.lua for whatever home reason
This commit is contained in:
parent
14937b7bcb
commit
981c8db663
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@ beautiful.init(confdir .. "/btheme/theme.lua")
|
||||||
naughty.config.default_preset.font = "Inconsolata 22"
|
naughty.config.default_preset.font = "Inconsolata 22"
|
||||||
|
|
||||||
-- This is used later as the default terminal and editor to run.
|
-- 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 = os.getenv("EDITOR") or "vim"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
browser = "run_browser"
|
browser = home .. "/bin/run_browser"
|
||||||
|
|
||||||
-- Default modkey.
|
-- Default modkey.
|
||||||
-- Usually, Mod4 is the key with a logo between Control and Alt.
|
-- Usually, Mod4 is the key with a logo between Control and Alt.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue