From 76400f75155892f031db56a80f71b0b7765bb1e1 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Tue, 15 Jul 2008 21:31:52 -0400 Subject: [PATCH] added NextWindowTags event handling --- core/wmii.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/wmii.lua b/core/wmii.lua index ae36cf3..98f46c6 100644 --- a/core/wmii.lua +++ b/core/wmii.lua @@ -1209,6 +1209,14 @@ local ev_handlers = { client_destoryed (arg) end, + -- force the next window tags + NextWindowTags = function (ev, arg) + if type(arg) == 'string' then + log (" forcing next client to tags: " .. arg) + next_client_goes_to_tag = arg + end + end, + -- urgent tag? UrgentTag = function (ev, arg) log ("UrgentTag: " .. arg) -- 2.11.4.GIT