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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user