1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

New preferred terminal emulator.

This commit is contained in:
Bert Peters
2017-04-10 11:53:18 +02:00
parent 4b41e4213b
commit 22cdcd16cb

View File

@@ -55,7 +55,7 @@ end
beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "gnome-terminal"
terminal = "sakura"
editor = os.getenv("EDITOR") or "nano"
editor_cmd = terminal .. " -e " .. editor