awesome/lib
Uli Schlachter 69a0de3f03 Make beautiful.theme_path actually work
Commit ac8af66005 added beautiful.theme_path, which is used to save the
directory that contains the theme file that was loaded. Just two months
later, commit ca12473584 broke this code by adding a __newindex
metamethod. This caused the assignment to beautiful.theme_path to be
redirected to the theme. However, the theme is immediately replaced by
beautiful.init() after setting up the theme_path, so this assignment got
lost.

Fix this by using rawset() to bypass the metamethod.

Fixes: https://github.com/awesomeWM/awesome/issues/2573
Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-01-14 09:18:40 +01:00
..
awful doc: Fix awful.hotkeys_popup.show_help formatting. 2019-01-13 23:57:04 -05:00
beautiful Make beautiful.theme_path actually work 2019-01-14 09:18:40 +01:00
gears doc: revisit gears.table 2019-01-03 17:13:40 +01:00
menubar doc: fix @treturn usage with index_theme:get_per_directory_keys 2019-01-03 14:30:21 +01:00
naughty dbus: fix nil notifications (#2180) 2018-10-07 16:09:12 +02:00
wibox layout.manual: Implement the `:insert()` method. (#2557) 2019-01-09 00:31:14 -05:00
beautiful.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00
naughty.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00