X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/800d8089ce276ae1b2a3f9875a370b7e00a763db..636e2c97887811a29c6d554897da55cd52d297f7:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 74688d7..22ff0a4 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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")