summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 13:33:24 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 13:33:24 +0200
commit08538f18a34703489ce5b41fc158b0135db03022 (patch)
tree1f4531b3212dc4b0dd697252ad9383f0c5764063 /rc.lua
parent4be6c3d2d7896a70de07de9d6dd7ef9ad550d8e9 (diff)
downloadawesome-configs-08538f18a34703489ce5b41fc158b0135db03022.tar.xz
rc.lua: removed unused objects
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua11
1 files changed, 1 insertions, 10 deletions
diff --git a/rc.lua b/rc.lua
index e156c38..d946b88 100644
--- a/rc.lua
+++ b/rc.lua
@@ -37,10 +37,7 @@ layouts = {
awful.layout.suit.tile.top, -- 4
awful.layout.suit.fair, -- 5
awful.layout.suit.fair.horizontal, -- 6
--- awful.layout.suit.spiral, -- /
--- awful.layout.suit.spiral.dwindle, -- /
awful.layout.suit.max, -- 7
--- awful.layout.suit.max.fullscreen, -- /
awful.layout.suit.magnifier, -- 8
awful.layout.suit.floating -- 9
}
@@ -303,7 +300,6 @@ datewidget:buttons(awful.util.table.join(
-- }}}
-- {{{ System tray
--- Initialize widget
systray = widget({ type = "systray" })
-- }}}
-- }}}
@@ -682,7 +678,6 @@ client.add_signal("manage", function (c, startup)
if not c.titlebar and c.class ~= "Xmessage" then
awful.titlebar.add(c, { modkey = modkey })
end
-
-- Floating clients are always on top
c.above = true
end
@@ -695,13 +690,9 @@ client.add_signal("manage", function (c, startup)
end
end)
- -- Set new clients as slaves
+ -- Client placement
awful.client.setslave(c)
-
- -- Placement of floating clients
awful.placement.no_offscreen(c)
- --awful.placement.no_overlap(c)
- --awful.placement.centered(c, c.transient_for)
-- Honor size hints
c.size_hints_honor = false