summaryrefslogtreecommitdiff
path: root/lib/beautiful.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-13 23:17:19 +0100
committerache <ache@ache.one>2017-03-13 23:17:19 +0100
commit22d656903563f75678f3634964731ccf93355dfd (patch)
treee3cb6279d95c9764093072d5e946566ea6533799 /lib/beautiful.lua
Init commit
Diffstat (limited to 'lib/beautiful.lua')
-rw-r--r--lib/beautiful.lua7
1 files changed, 7 insertions, 0 deletions
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