From ee1a3f24d78b5dfb67de5473cb55a5f468000b27 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 18 Aug 2009 16:28:01 +0200 Subject: [PATCH] awesomerc: remove marking stuff Signed-off-by: Julien Danjou --- awesomerc.lua.in | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 459f50b6..fe927658 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -310,20 +310,6 @@ root.keys(globalkeys) -- }}} -- {{{ 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. awful.hooks.mouse_enter.register(function (c) -- Sloppy focus, but disabled for magnifier layout