We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab203 commit 215b35dCopy full SHA for 215b35d
stackline/window.lua
@@ -227,7 +227,7 @@ function Window:getIndicatorPosition() -- {{{
227
-- & right edge of windows on the right side of the screen
228
local xval
229
local c = self.config
230
- self.screenFrame = self.screen:frame()
+ self.screenFrame = self.screen:fullFrame()
231
self.side = self:getScreenSide()
232
233
-- DONE: Limit stack left/right side to screen boundary to prevent drawing offscreen https://github.com/AdamWagner/stackline/issues/21
0 commit comments