summaryrefslogtreecommitdiff
path: root/lib/beautiful.lua
blob: f6f0106a3c6547488ed136a18e08558e05449f81 (plain)
1
2
3
4
5
6
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