From 1ea967b6a857befb1d9abdd8aebd40bfcb86c02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 20 Dec 2024 09:54:13 +0100 Subject: [PATCH] settings: Add cursor-theme and cursor-theme-size These aim to provide cursor theming settings that isn't to a desktop environment or toolkit. --- data/org.freedesktop.portal.Settings.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/org.freedesktop.portal.Settings.xml b/data/org.freedesktop.portal.Settings.xml index 1e3e32eb9..ba41d9b71 100644 --- a/data/org.freedesktop.portal.Settings.xml +++ b/data/org.freedesktop.portal.Settings.xml @@ -62,6 +62,14 @@ Unknown values should be treated as ``0`` (no preference). + * ``org.freedesktop.appearance`` ``cursor-theme`` (``s``) + + Indicates the system's preferred cursor theme. + + * ``org.freedesktop.appearance`` ``cursor-theme-size`` (``u``) + + Indicates the system's preferred cursor theme size. + This documentation describes version 2 of this interface. -->