mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:08:11 +00:00
WindowServer: Move configuration file into /etc/WindowServer
This is in preparation for running WindowServer as a separate user.
This commit is contained in:
parent
1176167944
commit
0415db30c6
5 changed files with 6 additions and 9 deletions
|
@ -38,7 +38,7 @@ AppletManager::AppletManager()
|
|||
{
|
||||
s_the = this;
|
||||
|
||||
auto wm_config = Core::ConfigFile::get_for_app("WindowManager");
|
||||
auto wm_config = Core::ConfigFile::open("/etc/WindowServer/WindowServer.ini");
|
||||
auto order = wm_config->read_entry("Applet", "Order");
|
||||
order_vector = order.split(',');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue