X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/2d678dd99e60b982c6fb290150a2b537f3666e48..58e564f95ceb7db81078231003f2f25809c898ab:/.config/awesome/rc.lua 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.