X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/01b1c66006fe0901eeafbcbeaae6185e605df5b9..8b4070b51e98191e73b51fc28c42b8a10e0d92dc:/awesome/rc.lua?ds=sidebyside diff --git a/awesome/rc.lua b/awesome/rc.lua index 1e72079..9da4d24 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -41,7 +41,7 @@ end beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "urxvt" +terminal = "urxvtc" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor