From 8c65b95d87ca635b000b004db35e29bef8f322b2 Mon Sep 17 00:00:00 2001 From: John Balcaen Date: Tue, 10 May 2011 18:31:22 +0000 Subject: Use knotify by default for amarok instead of OSD Set GLDirect=True by default --- kde4-profiles/common/share/config/amarokrc | 6 ++++++ kde4-profiles/common/share/config/kwinrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'kde4-profiles') 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 -- cgit v1.2.1