From 58e564f95ceb7db81078231003f2f25809c898ab Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 Sep 2016 11:32:13 +0200 Subject: [PATCH] configure editor and terminal --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 7ddebfd..3d1af88 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -41,8 +41,8 @@ end beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "xterm" -editor = os.getenv("EDITOR") or "nano" +terminal = "x-terminal-emulator" +editor = "sensible-editor" editor_cmd = terminal .. " -e " .. editor -- Default modkey. -- 2.39.2