From 7e142cd33957af5f2705f73fed591f7e14af4f40 Mon Sep 17 00:00:00 2001 From: hms Date: Sun, 30 Aug 2020 16:48:41 -0700 Subject: [PATCH] changed terminal to sakura and editor to vscode --- wm/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/awesome/rc.lua b/wm/awesome/rc.lua index 4c09acc..09168e6 100644 --- a/wm/awesome/rc.lua +++ b/wm/awesome/rc.lua @@ -52,8 +52,8 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") -- @DOC_DEFAULT_APPLICATIONS@ -- This is used later as the default terminal and editor to run. -terminal = "xterm" -editor = os.getenv("EDITOR") or "nano" +terminal = "sakura" +editor = os.getenv("code") or "nano" editor_cmd = terminal .. " -e " .. editor -- Default modkey.