]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
awesome: cleanup some unused stuff
[dotfiles.git] / awesome / rc.lua
index 74688d7ed5ccf52701965f540a6aa6412a3d95a6..22ff0a4504de1ed4bdc8296ba556c816a27c82e5 100644 (file)
@@ -36,7 +36,7 @@ end
 -- Themes define colours, icons, font and wallpapers.
 beautiful.init(gears.filesystem.get_dir("config").."/themes/mlp/theme.lua")
 
--- This is used later as the default terminal and editor to run.
+-- This is used later as the default terminal to run.
 terminal = os.getenv("TERMINAL") or "xterm"
 terminal_class = (function()
     local map = { urxvt  = "URxvt"
@@ -46,9 +46,6 @@ terminal_class = (function()
     return map[terminal] or terminal
 end)()
 
-editor = os.getenv("EDITOR") or "vim"
-editor_cmd = terminal .. " -e " .. editor
-
 -- Require files {{{1
 require("bindings")
 require("tags")