From cad592202de8c0ac6fa717f351729e7c9dbde3eb Mon Sep 17 00:00:00 2001 From: Geoff Paul Date: Wed, 3 May 2023 16:04:22 +0200 Subject: Add option to span background across multiple monitors --- src/settings.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.vala') diff --git a/src/settings.vala b/src/settings.vala index d347813..33d40c1 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -26,6 +26,7 @@ public class AGSettings : Object { public const string KEY_BACKGROUND = "background"; public const string KEY_BACKGROUND_COLOR = "background-color"; + public const string KEY_BACKGROUND_MODE = "background-mode"; public const string KEY_DRAW_USER_BACKGROUNDS = "draw-user-backgrounds"; public const string KEY_DRAW_GRID = "draw-grid"; public const string KEY_SHOW_HOSTNAME = "show-hostname"; -- cgit v1.2.3