From: Samir Benmendil Date: Fri, 20 Oct 2017 09:10:42 +0000 (+0100) Subject: awesome: remove lain dependency X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5fa95d876f0802a10e0fd4db6f2a6c4bc603b87f awesome: remove lain dependency --- diff --git a/awesome/rc.lua b/awesome/rc.lua index 9a11324..93a28f0 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -6,7 +6,6 @@ require("awful.autofocus") beautiful = require("beautiful") naughty = require("naughty") menubar = require("menubar") -lain = require("lain") require("awful.remote") -- Error handling {{{1 diff --git a/awesome/tags.lua b/awesome/tags.lua index f79c9d1..8ccc42d 100644 --- a/awesome/tags.lua +++ b/awesome/tags.lua @@ -1,24 +1,3 @@ --- Layouts {{{1 --- Table of layouts to cover with awful.layout.inc, order matters. -layouts = -{ - awful.layout.suit.floating, - awful.layout.suit.tile, - awful.layout.suit.tile.left, - awful.layout.suit.tile.bottom, - awful.layout.suit.tile.top, - -- lain.layout.uselesspiral, - -- lain.layout.uselesspiral.dwindle, - awful.layout.suit.max, - -- awful.layout.suit.max.fullscreen, - -- awful.layout.suit.magnifier - -- lain.layout.termfair, - -- lain.layout.centerfair, - -- lain.layout.cascade, - -- lain.layout.cascadetile, - -- lain.layout.centerwork, -} - -- Tags {{{1 local mytags = {} local path = beautiful.path diff --git a/awesome/themes/mlp/theme.lua b/awesome/themes/mlp/theme.lua index dda9e05..90f5763 100644 --- a/awesome/themes/mlp/theme.lua +++ b/awesome/themes/mlp/theme.lua @@ -92,20 +92,6 @@ theme.layout_cornernw = theme.path.."/layouts/cornernww.png" theme.layout_cornerne = theme.path.."/layouts/cornernew.png" theme.layout_cornersw = theme.path.."/layouts/cornersww.png" theme.layout_cornerse = theme.path.."/layouts/cornersew.png" --- lain stuff -theme.lain_icons = "/usr/share/awesome/lib/lain/icons/layout/default/" -theme.layout_uselessfairh = theme.path.."/layouts/fairhw.png" -theme.layout_uselessfair = theme.path.."/layouts/fairvw.png" -theme.layout_uselesstilebottom = theme.path.."/layouts/tilebottomw.png" -theme.layout_uselesstileleft = theme.path.."/layouts/tileleftw.png" -theme.layout_uselesstile = theme.path.."/layouts/tilew.png" -theme.layout_uselesstiletop = theme.path.."/layouts/tiletopw.png" -theme.layout_uselessspiral = theme.path.."/layouts/spiralw.png" -theme.layout_uselessdwindle = theme.path.."/layouts/dwindlew.png" -theme.layout_termfair = theme.lain_icons .. "termfairw.png" -theme.layout_cascade = theme.lain_icons .. "cascadew.png" -theme.layout_cascadetile = theme.lain_icons .. "cascadetilew.png" -theme.layout_centerwork = theme.lain_icons .. "centerworkw.png" theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"