DesktopBackground QML Type
The DesktopBackgroundItem type represents a desktop wallpaper window. More...
Import Statement: | import org.kde.kwin |
Properties
- activity : string
- desktop : VirtualDesktop
- output : Output
- outputName : string
Detailed Description
The DesktopBackgroundItem type is a convenience helper that represents the desktop background on the specified screen, virtual desktop, and activity.
Property Documentation
activity : string |
This property specifies the activity of the desktop wallpaper. If it's not explicitly set to any value, the first desktop background on the specified output will be used.
desktop : VirtualDesktop |
This property specifies the virtual desktop of the desktop wallpaper. If it's not explicitly set to any value, the first desktop background on the specified output will be used.
output : Output |
This property specifies the output of the desktop wallpaper. Either the output or the outputName property must be set; otherwise no desktop background will be displayed.
outputName : string |
This property specifies the output name of the desktop wallpaper. Either the output or the outputName property must be set; otherwise no desktop background will be displayed.