summaryrefslogtreecommitdiff
path: root/awesome/lib/beautiful.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/lib/beautiful.lua')
-rw-r--r--awesome/lib/beautiful.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/awesome/lib/beautiful.lua b/awesome/lib/beautiful.lua
deleted file mode 100644
index f6f0106..0000000
--- a/awesome/lib/beautiful.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- 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