summaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-08-31 00:48:36 +0200
committerben <benjaminfranzke@googlemail.com>2010-08-31 00:48:36 +0200
commitcbd8b0cbe99df3d1bdd6a0af4b478ea0eea9f6b6 (patch)
tree130faa3164b54de1f0e87065d74a2b367d00f199 /.config/awesome
parent630c7b1aa1a6386e51a7b0a292fe6b274f63bfd6 (diff)
downloaddotfiles-cbd8b0cbe99df3d1bdd6a0af4b478ea0eea9f6b6.tar.gz
dotfiles-cbd8b0cbe99df3d1bdd6a0af4b478ea0eea9f6b6.tar.bz2
dotfiles-cbd8b0cbe99df3d1bdd6a0af4b478ea0eea9f6b6.zip
awesome: remove sloppy window focus stuff
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/awesome.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua
index bd7fa24..c45a6ff 100644
--- a/.config/awesome/awesome.lua
+++ b/.config/awesome/awesome.lua
@@ -344,14 +344,6 @@ client.add_signal("manage", function (c, startup)
-- Add a titlebar
-- awful.titlebar.add(c, { modkey = modkey })
- -- Enable sloppy focus
- --c:add_signal("mouse::enter", function(c)
- -- if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
- -- and awful.client.focus.filter(c) then
- -- client.focus = c
- -- end
- --end)
-
if not startup then
-- Set the windows at the slave,
-- i.e. put it at the end of others instead of setting it master.