From 8d36a30774f835b8bf1a0099bbea1f9c928b5c52 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Nov 2012 11:53:36 +0100 Subject: [PATCH] start: adapt configuration to new machine --- rc/start.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rc/start.lua b/rc/start.lua index e5d9801..6bcd836 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -1,7 +1,8 @@ -- Setup display local xrandr = { naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1", - neo = "--output HDMI-0 --auto --output DVI-0 --auto --right-of HDMI-0" + neo = "--output HDMI-0 --auto --output DVI-0 --auto --right-of HDMI-0", + alucard = "--output DVI-0 --auto --output DVI-1 --auto --right-of DVI-0" } if xrandr[config.hostname] then os.execute("xrandr " .. xrandr[config.hostname]) @@ -26,7 +27,7 @@ local execute = { } -- Keyboard/Mouse configuration -if config.hostname == "naruto" then +if config.hostname == "alucard" then execute = awful.util.table.join( execute, { -- Keyboard and mouse