X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/220e2626389d9e095b07993e931389c0386c892b..580c6e590546746c24bb6672e8af076bd523b399:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0d32ad3..713077f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -23,7 +23,7 @@ theme_path = "/usr/share/awesome/themes/default/theme.lua" beautiful.init(theme_path) -- This is used later as the default terminal and editor to run. -terminal = "x-terminal-emulator" +terminal = "urxvtc" editor = os.getenv("EDITOR") or "editor" editor_cmd = terminal .. " -e " .. editor