From 22cdcd16cbdcbd4faa9e66750d108308ae531512 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 10 Apr 2017 11:53:18 +0200 Subject: [PATCH] New preferred terminal emulator. --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 2499d62..e863c5d 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -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