summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/redmond-default-settings-ii
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 14:43:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 14:43:08 -0600
commitc48b75a88aa6f424254156dbcc309ad7deb29da7 (patch)
treef35779e45659667fb248ee04437c40a8c00d6c6d /ubuntu/maverick/defaultsettings/redmond-default-settings-ii
parent175205fc3901f147946575fd981585c52d5b5c55 (diff)
downloadtde-packaging-c48b75a88aa6f424254156dbcc309ad7deb29da7.tar.gz
tde-packaging-c48b75a88aa6f424254156dbcc309ad7deb29da7.zip
Enable composition manager by default on Ubuntu
Diffstat (limited to 'ubuntu/maverick/defaultsettings/redmond-default-settings-ii')
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile1
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf45
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc11
3 files changed, 54 insertions, 3 deletions
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
index ff726b836..7270b7db6 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
@@ -308,6 +308,7 @@ install:
mkdir -p "$(SKELETON_DIR)"
install -m644 kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+ install -m644 kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"
mkdir -p "$(KDESKEL_DIR)/share"
mkdir -p "$(KDESKEL_DIR)/share/apps"
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
new file mode 100644
index 000000000..fe8f7f588
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
@@ -0,0 +1,45 @@
+# WARNING
+# This file was automatically generated by TDE
+# All changes will be lost!
+shadow = false;
+shadow-offset-y = 0;
+shadow-offset-x = 0;
+shadow-red = 0;
+shadow-green = 0;
+shadow-blue = 0;
+shadow-radius = 4;
+fading = true;
+no-fading-opacitychange = true;
+no-fading-openclose = false;
+wintypes:
+{
+ menu = { shadow = true; fade = true; no-fading-openclose = false; }
+ dropdown_menu = { shadow = true; fade = true; no-fading-openclose = false; }
+ popup_menu = { shadow = true; fade = true; no-fading-openclose = false; }
+ tooltip = { shadow = true; fade = true; no-fading-openclose = false; }
+ normal = { shadow = false; fade = false; no-fading-openclose = true; }
+ dialog = { shadow = false; fade = false; no-fading-openclose = true; }
+ unknown = { shadow = false; fade = false; no-fading-openclose = true; }
+ toolbar = { shadow = false; fade = false; no-fading-openclose = true; }
+ utility = { shadow = false; fade = false; no-fading-openclose = true; }
+ splash = { shadow = false; fade = false; no-fading-openclose = true; }
+ notify = { shadow = false; fade = false; no-fading-openclose = true; }
+ combo = { shadow = false; fade = false; no-fading-openclose = true; }
+ desktop = { shadow = false; fade = false; no-fading-openclose = true; }
+ dnd = { shadow = false; fade = false; no-fading-openclose = true; }
+ dock = { shadow = false; fade = false; no-fading-openclose = true; }
+}
+fade-in-step = 0.07;
+fade-out-step = 0.07;
+backend = "xrender";
+vsync = "none";
+blur-background = "false";
+blur-background-fixed = true;
+blur-background-exclude = [
+ "window_type = 'dock'",
+ "window_type = 'desktop'"
+];
+no-dock-shadow = true;
+no-dnd-shadow = true;
+clear-shadow = true;
+shadow-ignore-shaped = false;
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
index 9d201d296..9c9b9ff17 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
@@ -4,9 +4,14 @@ DisableARGB=false
FadeInStep=0.07
FadeMenuWindows=true
FadeOutStep=0.07
+FadeToolTipWindows=true
FadeTrans=false
FadeWindows=false
ShadowColor=0x000000
-ShadowOffsetX=-122
-ShadowOffsetY=-80
-ShadowRadius=6
+ShadowOffsetX=0
+ShadowOffsetY=0
+ShadowRadius=4
+ShadowsOnMenuWindows=true
+ShadowsOnToolTipWindows=true
+blurBackground=false
+useOpenGL=false