From 93bb9c2eec7e6dc5fb2eb276be87fac7e0c6f581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez?= Date: Tue, 19 Sep 2023 22:16:09 -0600 Subject: [PATCH] Updated Sway pointer constraints (markdown) --- Sway-pointer-constraints.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sway-pointer-constraints.md b/Sway-pointer-constraints.md index 1a701a1..ab8a2b7 100644 --- a/Sway-pointer-constraints.md +++ b/Sway-pointer-constraints.md @@ -1,5 +1,6 @@ ### Description -Implement pointer constraint and relative pointer protocols, useful for games +Implement pointer constraint and relative pointer protocols, useful for games +**NOTE**: this patch is currently semi-broken and needs you to resize/move clients to work properly (unsetting and then setting fullscreen should be enough) ### Download - [2023-08-22](https://github.com/djpohly/dwl/compare/main...sevz17:pointer-constraints.patch)