From 27d8f6a925c6f999b8f616e605d8b028222703ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 11 Jul 2015 12:19:58 +0200 Subject: Move common files of defaultsettings packages on Debian and Ubuntu to common folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../kompmgr-rc-files/compton-tde.conf | 45 ++++++++++++++++++++++ .../kompmgr-rc-files/xcompmgrrc | 17 ++++++++ 2 files changed, 62 insertions(+) create mode 100644 ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/compton-tde.conf create mode 100644 ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/xcompmgrrc (limited to 'ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files') diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/compton-tde.conf new file mode 100644 index 000000000..26c725969 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/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 = false; fade = true; no-fading-openclose = false; }; + dropdown_menu = { shadow = false; fade = true; no-fading-openclose = false; }; + popup_menu = { shadow = false; fade = true; no-fading-openclose = false; }; + tooltip = { shadow = false; 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/kubuntu-default-settings/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/xcompmgrrc new file mode 100644 index 000000000..96e6b3c15 --- /dev/null +++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/kompmgr-rc-files/xcompmgrrc @@ -0,0 +1,17 @@ +[xcompmgr] +Compmode= +DisableARGB=false +FadeInStep=0.07 +FadeMenuWindows=true +FadeOutStep=0.07 +FadeToolTipWindows=true +FadeTrans=false +FadeWindows=false +ShadowColor=0x000000 +ShadowOffsetX=0 +ShadowOffsetY=0 +ShadowRadius=4 +ShadowsOnMenuWindows=false +ShadowsOnToolTipWindows=false +blurBackground=false +useOpenGL=false -- cgit v1.2.1