Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 4466f57fb25306ccd5a5188a31668bec > files > 4

pekwm-0.1.17-4.mga5.x86_64.rpm

/*
 Desktop windows such as nautilus window in gnome. These should
 cover the root window and be below all other windows. Also they
 should not be included in the menu and in snapping.
 */
Property = "DESKTOP" {
	FrameGeometry = "0x0+0+0"
	Titlebar = "False"
	Border = "False"
	Sticky = "True"
	Skip = "FocusToggle Menus Snap"
	Layer = "Desktop"
	Focusable = "False"
	DisallowedActions = "Move"
}
Property = "DOCK" {
	Titlebar = "False"
	Border = "False"
	Sticky = "True"
	Layer = "Dock"
	Skip = "FocusToggle Menus"
	Focusable = "False"
	DisallowedActions = "Move"
}
Property = "TOOLBAR"  {
	Skip = "FocusToggle Menus Snap"
}
Property = "MENU"  {
	Titlebar = "False"
	Border = "False"
	Skip = "FocusToggle Menus Snap"
}
Property = "UTILITY"  {
}
Property = "SPLASH"  {
	Titlebar = "False"
	Border = "False"
	Layer = "OnTop"
}
Property = "DIALOG"  {
	Layer = "OnTop"
}
Property = "NORMAL"  {
}