From e88ffd0f60baba5c21b8e29d7cb5584dadc82307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Fri, 9 Jan 2026 19:23:11 +0100 Subject: [PATCH] Remove client targets --- README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/README.md b/README.md index b968966..85f1016 100644 --- a/README.md +++ b/README.md @@ -61,37 +61,3 @@ $ make watch ``` This automatically re-compiles the project when source files change. `entr` is required for this to work. - -### Running the electron client - -There are two methods of running the electron app during development. - -#### Running in the current display server - -This spawns the window in your current display server. - -```sh -$ make run-client -... -^C -``` - -#### Running in a sandboxed X server - -This method spawns an Xorg server with `Xephyr` and `openbox` to ensure a floating window manager, which will more accurately reflect the common user environment. Killing either the Xephyr or electron process shuts both down. - -```sh -$ make run-client-x -... -^C -``` - -#### Running in a sandboxed wayland server - -This method spawns an Xorg server with `Xephyr` and `openbox` to ensure a floating window manager, which will more accurately reflect the common user environment. Killing either the Xephyr or electron process shuts both down. - -```sh -$ make run-client-x -... -^C -```