]> git.mjollnir.org Git - dotfiles/awesome.git/commitdiff
changes for demetrius - not a laptop demetrius
authorPenny Leach <penny@mjollnir.org>
Mon, 9 May 2011 16:24:13 +0000 (18:24 +0200)
committerPenny Leach <penny@mjollnir.org>
Mon, 9 May 2011 16:24:13 +0000 (18:24 +0200)
.config/awesome/rc.lua

index d7ec5e54ec168b32e17eec2ecbf6e60ed58e7e06..ce0bea492093066cdc43a8cc334420102c0b7d12 100644 (file)
@@ -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',