From 635081497566395edc413a2b77b22fce4cd6e8b9 Mon Sep 17 00:00:00 2001 From: anakha Date: Thu, 3 Jun 2021 08:08:59 -0400 Subject: [PATCH] unmanage state --- init.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.lua b/init.lua index f6a7a14..ffb4a36 100644 --- a/init.lua +++ b/init.lua @@ -22,6 +22,18 @@ client.connect_signal("focus", function(c) end -- [+] no need to relocate the mouse if already over the client end) + +client.connect_signal("unmanage", function(c) + mouser() + --[[ + I think no client check behaviour is better when we + close things. We can change this later if need be or + possibly better add a table of classes for + exclusions. + --]] +end) + + -- [*] ------------------------------------------------------------- export -- ; return mouser