From f40b996669dafb3d55c1939df244d0c9c2122013 Mon Sep 17 00:00:00 2001 From: Jo De Boeck Date: Tue, 1 Apr 2014 22:03:38 +0200 Subject: [PATCH] Fix issue when deleting tag since awesome 3.5.3 --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d5a67c8..5257be3 100644 --- a/init.lua +++ b/init.lua @@ -439,7 +439,7 @@ function shifty.del(tag) index_cache[scr][t.name] = idx -- remove tag - awful.tag.setscreen(t, nil) + awful.tag.delete(t) -- if the current tag is being deleted, restore from history if t == sel and #tags > 1 then