From: martin f. krafft Date: Fri, 9 Sep 2016 09:32:13 +0000 (+0200) Subject: configure editor and terminal X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/58e564f95ceb7db81078231003f2f25809c898ab?ds=sidebyside configure editor and terminal --- 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.