From 39eb0435df51d30a88c01677a85ffe90256ad819 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Sat, 31 Oct 2020 11:42:45 +0100 Subject: compositor: Make cursor zoom optional Xfwm4 4.14 made the cursor zoom along with the desktop. While this sounds like a sensible thing to do, it's not necessarily an improvement for accessibility, because an enlarged cursor also hides what's being zoomed underneath. Add a new option to control whether the pointer is zoomed along with the rest of the desktop. Signed-off-by: Olivier Fourdan Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/439 --- defaults/defaults | 1 + 1 file changed, 1 insertion(+) (limited to 'defaults') diff --git a/defaults/defaults b/defaults/defaults index 38d34704b..930beb983 100644 --- a/defaults/defaults +++ b/defaults/defaults @@ -77,3 +77,4 @@ wrap_resistance=10 wrap_windows=true wrap_workspaces=false zoom_desktop=true +zoom_pointer=true -- cgit v1.2.1