From: Penny Leach Date: Mon, 9 May 2011 16:24:13 +0000 (+0200) Subject: changes for demetrius - not a laptop X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=145d34531bf6ef17704b115ddf1b028a47487892;p=dotfiles%2Fawesome.git changes for demetrius - not a laptop --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d7ec5e5..ce0bea4 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -45,16 +45,22 @@ layouts = } -- }}} +tags = {} +for s = 1, screen.count() do + -- Each screen has its own tag table. + tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1]) +end + -- {{{ Tags -- Define a tag table which hold all screen tags. -tags = { - names = { "♥", "☭", "⌥", "✇", "⌤", "☼", "⌘" }, -} +--tags = { +-- names = { "♥", "☭", "⌥", "✇", "⌤", "☼", "⌘" }, +--} -for s = 1, screen.count() do +--for s = 1, screen.count() do -- Each screen has its own tag table. - tags[s] = awful.tag(tags.names, s, layouts[1]) -end +-- tags[s] = awful.tag(tags.names, s, layouts[1]) +--end -- }}} -- {{{ Menu @@ -385,14 +391,14 @@ end -- }}} -function hook_battery() - mybatterybox.text = " " .. get_acpibatt() .. " " -end +--function hook_battery() +-- mybatterybox.text = " " .. get_acpibatt() .. " " +--end -t = timer({ timeout = 20 }) -t:add_signal('timeout', hook_battery) -t:start() -hook_battery() +--t = timer({ timeout = 20 }) +--t:add_signal('timeout', hook_battery) +--t:start() +--hook_battery() -- {{{ penny key binding additions table.foreach(awful.key({ modkey }, 'F6',