summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2020-10-31 11:42:45 +0100
committerOlivier Fourdan <fourdan@xfce.org>2020-10-31 22:03:07 +0100
commit39eb0435df51d30a88c01677a85ffe90256ad819 (patch)
treefbdc8fee5ae8fdb06a3973b2a44983ec9e731530 /defaults
parente5502ad4aff7f7e10e4aeecc21927dbdd563ed66 (diff)
downloadxfwm4-39eb0435df51d30a88c01677a85ffe90256ad819.tar.gz
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 <fourdan@xfce.org> Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/439
Diffstat (limited to 'defaults')
-rw-r--r--defaults/defaults1
1 files changed, 1 insertions, 0 deletions
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