From 8c168ffe48050b51419fce7863381f9712644d2a Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 21 Dec 2009 19:16:29 +0100 Subject: [PATCH] open all terminals with screen --- rc.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rc.lua b/rc.lua index a7a2aa2..860ccff 100644 --- a/rc.lua +++ b/rc.lua @@ -17,9 +17,8 @@ require("vicious") beautiful.init("/home/crater2150/.config/awesome/zenburn/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "sakura" -editor = os.getenv("EDITOR") or "vim" -editor_cmd = terminal .. " -e " .. editor +terminal = "sakura -e screen" +editor_cmd = "sakura -e vim" -- Default modkey. -- Usually, Mod4 is the key with a logo between Control and Alt. @@ -244,7 +243,7 @@ globalkeys = awful.util.table.join( -- Prompt awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end), awful.key({ }, "Scroll_Lock", function () awful.util.spawn("wli") end), - awful.key({ }, "F12", function () teardrop("sakura -l","center","center", 0.99, 0.7)end ), + awful.key({ }, "F12", function () teardrop("sakura -e 'screen -l'","center","center", 0.99, 0.7)end ), --{{{Default