From 38c9f989bb261eb77153755d283ad05b4916f4ba Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 29 Sep 2016 15:26:10 -0400 Subject: A few changes to the desktop: 1) Randomize the background image *every time* it changes. 2) Add support for per-workspace wallpaper image settings (background/filelist-workspace-, where is 0+ ) 3) Add detection of workspace changes to the session, and update the background wallpaper on change as needed. --- src-qt5/core/lumina-desktop/LSession.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/core/lumina-desktop/LSession.h') diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index c19b3f09..d19cf70c 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -185,6 +185,7 @@ signals: void DesktopConfigChanged(); void SessionConfigChanged(); void DesktopFilesChanged(); + void WorkspaceChanged(); }; -- cgit