From 1090776c00a4b820f98a82356b66ec848124eb84 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Mon, 30 Jan 2023 23:46:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e87d24c..baff10b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The protocols used for the virtual mouse and virtual keyboard drivers are curren Also the [wlr_layer_shell protocol](https://wayland.app/protocols/wlr-layer-shell-unstable-v1) is currently not available on Gnome and may very well [never be](https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/1141) so Gnome support probably requires some sort of Gome-Shell-Extension. ~In order for layershell surfaces to be able to lock the pointer using the pointer\_constraints protocol [this patch](https://github.com/swaywm/sway/pull/7178) needs to be applied to sway.~ +(this works natively on sway versions >= 1.8) ## Build and run First configure the client / server in `config.toml`. @@ -39,9 +40,6 @@ Run cargo run ``` - -As mentioned the server will only work on sway compiled from source with the above mentioned patch applied. - ## TODO - [x] Capture the actual mouse events on the server side via a wayland client and send them to the client - [x] Mouse grabbing