diff options
Diffstat (limited to 'kde4-profiles/common/share')
-rw-r--r-- | kde4-profiles/common/share/config/amarokrc | 6 | ||||
-rw-r--r-- | kde4-profiles/common/share/config/kwinrc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/kde4-profiles/common/share/config/amarokrc b/kde4-profiles/common/share/config/amarokrc index f8202a7..072b0ea 100644 --- a/kde4-profiles/common/share/config/amarokrc +++ b/kde4-profiles/common/share/config/amarokrc @@ -5,6 +5,12 @@ HiddenOnExit=false [Playback] Fadeout=false +[OSD] +Osd Enabled=false + +[KNotify] +KNotify Enabled=true + [Plugins] Cool StreamsEnabled=false ImporterEnabled=false diff --git a/kde4-profiles/common/share/config/kwinrc b/kde4-profiles/common/share/config/kwinrc index 1ccf11a..6ddcef9 100644 --- a/kde4-profiles/common/share/config/kwinrc +++ b/kde4-profiles/common/share/config/kwinrc @@ -1,7 +1,7 @@ [Compositing] Backend=OpenGL Enabled=false -GLDirect=false +GLDirect=true GLMode=TFP GLTextureFilter=0 GLVSync=false |