genericize terminal
This commit is contained in:
parent
5cfc43c70d
commit
662478f09d
3 changed files with 11 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ beautiful.init(confdir .. "/btheme/theme.lua")
|
|||
naughty.config.default_preset.font = "Inconsolata 14"
|
||||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
terminal = "gnome-terminal"
|
||||
terminal = "run_terminal"
|
||||
editor = os.getenv("EDITOR") or "vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue