From 24c39a782aa441e032974a8dabe0824a0a83dd31 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 5 Jan 2010 02:42:13 +0100 Subject: [PATCH] use x-terminal-emulator, not urxvtc --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f3ce0bd..b509980 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 = "urxvtc" +terminal = "x-terminal-emulator" editor = os.getenv("EDITOR") or "editor" editor_cmd = terminal .. " -e " .. editor @@ -461,7 +461,7 @@ globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdmodkey }, "c", function () awful.util.spawn(terminal .. " -e python") end), awful.key({ cmdmodkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdmodkey }, "j", function () awful.util.spawn("jpilot") end), - awful.key({ cmdmodkey }, "i", function () awful.util.spawn(terminal .. " -name irc -e ssh -t vera screen -dr irc") end), + awful.key({ cmdmodkey }, "i", function () awful.util.spawn(terminal .. " -title irc -name irc -e ssh -t vera screen -dr irc") end), awful.key({ cmdmodkey }, "x", function () awful.util.spawn_with_shell("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver; xscreensaver-command -lock") end), awful.key({ cmdmodkey, "Shift" }, "x", function () awful.util.spawn("xscreensaver-command -exit") end), awful.key(nil, "XF86ScreenSaver", function () awful.util.spawn("xset dpms force off") end) -- 2.39.2