diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files')
2 files changed, 0 insertions, 62 deletions
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/compton-tde.conf deleted file mode 100644 index 26c725969..000000000 --- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/compton-tde.conf +++ /dev/null @@ -1,45 +0,0 @@ -# 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/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc deleted file mode 100644 index 9c9b9ff17..000000000 --- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/kompmgr-rc-files/xcompmgrrc +++ /dev/null @@ -1,17 +0,0 @@ -[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=true -ShadowsOnToolTipWindows=true -blurBackground=false -useOpenGL=false |