From 22d656903563f75678f3634964731ccf93355dfd Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 13 Mar 2017 23:17:19 +0100 Subject: Init commit --- lib/beautiful.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/beautiful.lua (limited to 'lib/beautiful.lua') diff --git a/lib/beautiful.lua b/lib/beautiful.lua new file mode 100644 index 0000000..f6f0106 --- /dev/null +++ b/lib/beautiful.lua @@ -0,0 +1,7 @@ +-- Work-around for broken systems which are updated by overwriting the awesome +-- installation. This would not remove beautiful.lua from older awesome versions +-- and thus breakage follows. +-- The work-around is to use a pointless beautiful.lua file. +return require("beautiful.init") + +-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 -- cgit v1.2.3-54-g00ecf