try workarea to remove bar space
This commit is contained in:
parent
39fc9cafcc
commit
97c0177c1c
|
@ -144,9 +144,9 @@ local enable = function(opts)
|
|||
end
|
||||
|
||||
local prev_screen_width = math.floor(
|
||||
awful.screen.focused().geometry.width * scale)
|
||||
awful.screen.focused().workarea.width * scale)
|
||||
local prev_screen_height = math.floor(
|
||||
awful.screen.focused().geometry.height *
|
||||
awful.screen.focused().workarea.height *
|
||||
scale)
|
||||
|
||||
local tag_preview_box = wibox({
|
||||
|
|
Loading…
Reference in New Issue