Added Xdefaults, switch to urxvt

This commit is contained in:
Thomas FORGIONE
2017-01-04 13:53:54 +01:00
parent a3e0a2287d
commit 76f9f6b4a0
4 changed files with 72 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ local battery = require("battery")
local calendar = require("calendar")
-- This is used later as the default terminal and editor to run.
terminal = "terminator"
terminal = "urxvt"
editor = os.getenv("EDITOR") or "nano"
editor_cmd = terminal .. " -e " .. editor