From: martin f. krafft Date: Sat, 7 Nov 2009 13:17:27 +0000 (+0100) Subject: use urxvtc for now, not x-terminal-emulator (#481123) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/580c6e590546746c24bb6672e8af076bd523b399 use urxvtc for now, not x-terminal-emulator (#481123) --- 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