From 133cbcc886aab65c842f4fe1d0c038aacfa334bb Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sat, 11 Oct 2014 14:48:52 +0200 Subject: [PATCH] lain: new commit --- lain | 2 +- scratchdrop/init.lua | 2 +- themes/copland/theme.lua | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lain b/lain index c4c149d..02a5083 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit c4c149d2dfd5e9434dc357b66da6f9d1747258f2 +Subproject commit 02a50839c84bed8920dd4c50971a82b3f4034658 diff --git a/scratchdrop/init.lua b/scratchdrop/init.lua index 53b7388..e5b8293 100644 --- a/scratchdrop/init.lua +++ b/scratchdrop/init.lua @@ -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 diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index f8a8774..53dd027 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -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