awesomerc: remove marking stuff

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-08-18 16:28:01 +02:00
parent 07ac920b1c
commit ee1a3f24d7
1 changed files with 0 additions and 14 deletions

View File

@ -310,20 +310,6 @@ root.keys(globalkeys)
-- }}} -- }}}
-- {{{ Hooks -- {{{ Hooks
-- Hook function to execute when focusing a client.
awful.hooks.focus.register(function (c)
if not awful.client.ismarked(c) then
c.border_color = beautiful.border_focus
end
end)
-- Hook function to execute when unfocusing a client.
awful.hooks.unfocus.register(function (c)
if not awful.client.ismarked(c) then
c.border_color = beautiful.border_normal
end
end)
-- Hook function to execute when the mouse enters a client. -- Hook function to execute when the mouse enters a client.
awful.hooks.mouse_enter.register(function (c) awful.hooks.mouse_enter.register(function (c)
-- Sloppy focus, but disabled for magnifier layout -- Sloppy focus, but disabled for magnifier layout