mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58: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
|
@ -47,7 +47,7 @@
|
|||
#include <Servers/WindowServer/WindowManager.h>
|
||||
|
||||
DisplayPropertiesWidget::DisplayPropertiesWidget()
|
||||
: m_wm_config(Core::ConfigFile::get_for_app("WindowManager"))
|
||||
: m_wm_config(Core::ConfigFile::open("/etc/WindowServer/WindowServer.ini"))
|
||||
{
|
||||
create_resolution_list();
|
||||
create_wallpaper_list();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue