mirror of https://gitee.com/openkylin/kwin.git
!3 kwinrc
Merge pull request !3 from Hongfei Shang/shanghf/openkylin/yangtze
This commit is contained in:
commit
bc69ca60ec
|
@ -12,3 +12,4 @@ install(TARGETS kwin5_update_default_rules DESTINATION ${KDE_INSTALL_LIBDIR}/kco
|
|||
########### install files ###############
|
||||
|
||||
install(FILES org_kde_kwin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
|
||||
install(FILES kwinrc DESTINATION /etc/xdg)
|
||||
|
|
|
@ -0,0 +1,118 @@
|
|||
[Compositing]
|
||||
Enabled=false
|
||||
OpenGLIsUnsafe=false
|
||||
#UKUI for preview
|
||||
HiddenPreviews=6
|
||||
#UKUI animation speed
|
||||
AnimationSpeed=2
|
||||
|
||||
[Effect-PresentWindows]
|
||||
#UKUI disable hotarea
|
||||
BorderActivate=9
|
||||
BorderActivateAll=9
|
||||
BorderActivateClass=9
|
||||
TouchBorderActivate=7
|
||||
TouchBorderActivateAll=9
|
||||
TouchBorderActivateClass=9
|
||||
|
||||
[Desktops]
|
||||
Number=4
|
||||
Rows=1
|
||||
|
||||
|
||||
[Effect-Cube]
|
||||
TouchBorderActivate=9
|
||||
TouchBorderActivateCylinder=9
|
||||
TouchBorderActivateSphere=9
|
||||
|
||||
[Effect-DesktopGrid]
|
||||
TouchBorderActivate=9
|
||||
|
||||
[Windows]
|
||||
#UKUI placement
|
||||
Placement=Random
|
||||
#UKUI not hide dialog
|
||||
HideUtilityWindowsForInactive=false
|
||||
#UKUI touchpad 4 fingers gesture
|
||||
RollOverDesktops=false
|
||||
|
||||
|
||||
[Effect-Blur]
|
||||
BlurStrength=9
|
||||
NoiseStrength=1
|
||||
|
||||
[Plugins]
|
||||
blurEnabled=true
|
||||
#UKUI true conflict with sogou input
|
||||
presentwindowsEnabled=false
|
||||
flipswitchEnabled=true
|
||||
highlightwindowEnabled=true
|
||||
startupfeedbackEnabled=false
|
||||
zoomEnabled=false
|
||||
touchmotionstreakEnabled=true
|
||||
touchclickEnabled=true
|
||||
#UKUI touchpad 4 fingers gesture
|
||||
#Default not to virtual desktop switch animation
|
||||
desktopchangeosdEnabled=false
|
||||
#UKUI show desktop not aperture window
|
||||
kwin4_effect_windowapertureEnabled=false
|
||||
#UKUI disable window fade
|
||||
kwin4_effect_fadeEnabled=false
|
||||
kwin4_effect_morphingpopupsEnabled=false
|
||||
kwin4_effect_translucencyEnabled=false
|
||||
kwin4_effect_scaleEnabled=true
|
||||
kwin4_effect_eyeonscreenEnabled=true
|
||||
|
||||
[Effect-CoverSwitch]
|
||||
TabBox=false
|
||||
TabBoxAlternative=false
|
||||
|
||||
[Effect-FlipSwitch]
|
||||
TabBox=false
|
||||
TabBoxAlternative=false
|
||||
|
||||
[MouseBindings]
|
||||
CommandAllKey=Meta
|
||||
CommandAll1=Nothing
|
||||
CommandAll2=Nothing
|
||||
CommandAll3=Nothing
|
||||
|
||||
[TabBox]
|
||||
ActivitiesMode=1
|
||||
ApplicationsMode=0
|
||||
DesktopMode=1
|
||||
HighlightWindows=false
|
||||
LayoutName=thumbnail_grid
|
||||
MinimizedMode=0
|
||||
MultiScreenMode=0
|
||||
ShowDesktopMode=0
|
||||
ShowTabBox=true
|
||||
SwitchingMode=0
|
||||
BorderActivate=9
|
||||
BorderAlternativeActivate=9
|
||||
TouchBorderActivate=9
|
||||
TouchBorderAlternativeActivate=9
|
||||
|
||||
[TouchEdges]
|
||||
Bottom=None
|
||||
Left=None
|
||||
Right=None
|
||||
Top=None
|
||||
|
||||
[TabBoxAlternative]
|
||||
ActivitiesMode=1
|
||||
ApplicationsMode=0
|
||||
DesktopMode=1
|
||||
HighlightWindows=true
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
MinimizedMode=0
|
||||
MultiScreenMode=0
|
||||
ShowDesktopMode=0
|
||||
ShowTabBox=true
|
||||
SwitchingMode=0
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
ButtonsOnLeft=M
|
||||
ButtonsOnRight=IAX
|
||||
library=UKUI
|
||||
theme=UKUI
|
Loading…
Reference in New Issue