Merge pull request #17 from barlik/patch-2

commented debug information
This commit is contained in:
Quan Guo 2015-11-06 10:22:45 +01:00
commit 1b04e9f45c
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function revelation.expose_callback(t, zt, clientlist)
key_char = string.lower(key)
c = hintindex[key_char]
if not zoomed and c ~= nil then
debuginfo(c.screen)
--debuginfo(c.screen)
awful.tag.viewonly(zt[c.screen])
awful.client.toggletag(zt[c.screen], c)
zoomedClient = c