From 580c6e590546746c24bb6672e8af076bd523b399 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 7 Nov 2009 14:17:27 +0100 Subject: [PATCH] use urxvtc for now, not x-terminal-emulator (#481123) --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2