1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

lain: new commit

This commit is contained in:
luke bonham 2014-10-11 14:48:52 +02:00
parent 27617b1544
commit 133cbcc886
3 changed files with 3 additions and 2 deletions

2
lain

@ -1 +1 @@
Subproject commit c4c149d2dfd5e9434dc357b66da6f9d1747258f2
Subproject commit 02a50839c84bed8920dd4c50971a82b3f4034658

View file

@ -87,7 +87,7 @@ function toggle(prog, vert, horiz, width, height, sticky, screen)
else y = screengeom.y - screengeom.y end
-- Client properties
c:geometry({ x = x, y = y + mywibox[mouse.screen].height, width = width, height = height })
c:geometry({ x = x, y = y + mywibox[mouse.screen].height, width = width - 2, height = height })
c.ontop = true
c.above = true
c.skip_taskbar = true

View file

@ -101,5 +101,6 @@ theme.layout_uselesstiletop = theme.dir .. "/icons/tiletop.p
theme.layout_uselesstileleft = theme.dir .. "/icons/tileleft.png"
theme.layout_uselesstilebottom = theme.dir .. "/icons/tilebottom.png"
theme.layout_uselesspiral = theme.dir .. "/icons/spiral.png"
theme.layout_leaved = "~/.config/awesome/awesome-leaved/leaved.png"
return theme