mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: create wallpaper containments for each screen by default
for reference:
https://github.com/fluxer/katana/issues/41
note that the config affects only new configurations (the config is
copied to the user config directory once layout is saved), also a logout
may be required when a screen is removed (that includes setting up extra
monitor to be copy of the primary display)
as for why it is done - a image and panel containment was created by the
default layout script (00-defaultLayout.js) which is no longer since
772d9ff219
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6bff25a7b0
commit
f058709ed6
1 changed files with 61 additions and 31 deletions
|
@ -37,7 +37,7 @@ hideWhenSingleDesktop=true
|
|||
showWindowIcons=false
|
||||
|
||||
[Containments][1][Applets][3][LayoutInformation]
|
||||
Order=2
|
||||
Order=1
|
||||
|
||||
[Containments][1][Applets][4]
|
||||
geometry=112,3,710,32
|
||||
|
@ -58,7 +58,7 @@ showToolTip=true
|
|||
sortingStrategy=2
|
||||
|
||||
[Containments][1][Applets][4][LayoutInformation]
|
||||
Order=4
|
||||
Order=2
|
||||
|
||||
[Containments][1][Applets][5]
|
||||
geometry=826,3,106,32
|
||||
|
@ -66,32 +66,6 @@ immutability=1
|
|||
plugin=systemtray
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][8]
|
||||
geometry=0,0,24,24
|
||||
immutability=1
|
||||
plugin=notifier
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][8][PopupApplet]
|
||||
DialogHeight=346
|
||||
DialogWidth=302
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][9]
|
||||
geometry=0,0,24,24
|
||||
immutability=1
|
||||
plugin=org.kde.notifications
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][9][PopupApplet]
|
||||
DialogHeight=102
|
||||
DialogWidth=372
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Shortcuts]
|
||||
SystemTray-Klipper-5=Ctrl+Alt+V
|
||||
|
||||
[Containments][1][Applets][5][LayoutInformation]
|
||||
Order=5
|
||||
|
||||
[Containments][1][Applets][6]
|
||||
geometry=936,3,64,32
|
||||
immutability=1
|
||||
|
@ -102,9 +76,9 @@ zvalue=0
|
|||
timezone=Local
|
||||
|
||||
[Containments][1][Applets][6][LayoutInformation]
|
||||
Order=6
|
||||
Order=3
|
||||
|
||||
[Containments][7]
|
||||
[Containments][2]
|
||||
ActionPluginsSource=Global
|
||||
desktop=-1
|
||||
formfactor=0
|
||||
|
@ -118,5 +92,61 @@ wallpaperplugin=image
|
|||
wallpaperpluginmode=SingleImage
|
||||
zvalue=0
|
||||
|
||||
[Containments][3]
|
||||
ActionPluginsSource=Global
|
||||
desktop=-1
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastDesktop=-1
|
||||
lastScreen=1
|
||||
location=0
|
||||
plugin=desktop
|
||||
screen=1
|
||||
wallpaperplugin=image
|
||||
wallpaperpluginmode=SingleImage
|
||||
zvalue=0
|
||||
|
||||
[Containments][4]
|
||||
ActionPluginsSource=Global
|
||||
desktop=-1
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastDesktop=-1
|
||||
lastScreen=2
|
||||
location=0
|
||||
plugin=desktop
|
||||
screen=2
|
||||
wallpaperplugin=image
|
||||
wallpaperpluginmode=SingleImage
|
||||
zvalue=0
|
||||
|
||||
[Containments][5]
|
||||
ActionPluginsSource=Global
|
||||
desktop=-1
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastDesktop=-1
|
||||
lastScreen=3
|
||||
location=0
|
||||
plugin=desktop
|
||||
screen=3
|
||||
wallpaperplugin=image
|
||||
wallpaperpluginmode=SingleImage
|
||||
zvalue=0
|
||||
|
||||
[Containments][6]
|
||||
ActionPluginsSource=Global
|
||||
desktop=-1
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastDesktop=-1
|
||||
lastScreen=4
|
||||
location=0
|
||||
plugin=desktop
|
||||
screen=4
|
||||
wallpaperplugin=image
|
||||
wallpaperpluginmode=SingleImage
|
||||
zvalue=0
|
||||
|
||||
[General]
|
||||
immutability=1
|
||||
immutability=1
|
||||
|
|
Loading…
Add table
Reference in a new issue