How do you get 100 opacity with Compton?How to create a custom Vsync rules for 'Compton'?compton i3...
Why were the Night's Watch required to be celibate?
Why does the UK have more political parties than the US?
How to prevent bad sectors?
How crucial is a waifu game storyline?
Is there an evolutionary advantage to having two heads?
Can non-English-speaking characters use wordplay specific to English?
Using PCA vs Linear Regression
Humans meet a distant alien species. How do they standardize? - Units of Measure
California: "For quality assurance, this phone call is being recorded"
What was this black-and-white film set in the Arctic or Antarctic where the monster/alien gets fried in the end?
Asking bank to reduce APR instead of increasing credit limit
How should I push back against my job assigning "homework"?
Where can I find the list of all tendons in the human body?
What does "Marchentalender" on the front of a postcard mean?
How to capture more stars?
Can a wire having a 610-670 THz (frequency of blue light) AC frequency supply, generate blue light?
Is there a rule that prohibits us from using 2 possessives in a row?
Can an old DSLR be upgraded to match modern smartphone image quality
What are the problems in teaching guitar via Skype?
How can a single Member of the House block a Congressional bill?
Understanding STM32 datasheet regarding decoupling capacitors
How to detach yourself from a character you're going to kill?
How do I subvert the tropes of a train heist?
How did early x86 BIOS programmers manage to program full blown TUIs given very few bytes of ROM/EPROM?
How do you get 100 opacity with Compton?
How to create a custom Vsync rules for 'Compton'?compton i3 tabbed/stacked transparency background imageSpecial opacity conditions in ComptonExclude windows with no static id from ComptonLinux, compton, have only one specific window transparentCompton dimming inactive doesn't work with terminalMake Linux Mint choose Compton by default?How to get rid of background flickering when switching workspaces?Enable blur for specific window in comptonUsing compton with Pywal causes background to be gray
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to get shadows and fades but not transparency in my windows. How do you do that through Compton? The .conf I have now doesn't give 100% opacity.
The command I'm using in my i3/config
script is exec --no-startup-id compton --config ~/.config/compton.conf
it seems to work.
The compton.conf
that I'm using is:
# Opacity
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
inactive-opacity-override = false;
# Enabled client-side shadows on windows.
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 15;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
# The translucency for shadows. (default .75)
shadow-opacity = 0.90;
no-dock-shadow = true;
# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;
backend = "glx";
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-kern = "7x7box";
blur-strength = 4;
i3 compton
New contributor
add a comment |
I'm trying to get shadows and fades but not transparency in my windows. How do you do that through Compton? The .conf I have now doesn't give 100% opacity.
The command I'm using in my i3/config
script is exec --no-startup-id compton --config ~/.config/compton.conf
it seems to work.
The compton.conf
that I'm using is:
# Opacity
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
inactive-opacity-override = false;
# Enabled client-side shadows on windows.
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 15;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
# The translucency for shadows. (default .75)
shadow-opacity = 0.90;
no-dock-shadow = true;
# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;
backend = "glx";
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-kern = "7x7box";
blur-strength = 4;
i3 compton
New contributor
add a comment |
I'm trying to get shadows and fades but not transparency in my windows. How do you do that through Compton? The .conf I have now doesn't give 100% opacity.
The command I'm using in my i3/config
script is exec --no-startup-id compton --config ~/.config/compton.conf
it seems to work.
The compton.conf
that I'm using is:
# Opacity
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
inactive-opacity-override = false;
# Enabled client-side shadows on windows.
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 15;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
# The translucency for shadows. (default .75)
shadow-opacity = 0.90;
no-dock-shadow = true;
# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;
backend = "glx";
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-kern = "7x7box";
blur-strength = 4;
i3 compton
New contributor
I'm trying to get shadows and fades but not transparency in my windows. How do you do that through Compton? The .conf I have now doesn't give 100% opacity.
The command I'm using in my i3/config
script is exec --no-startup-id compton --config ~/.config/compton.conf
it seems to work.
The compton.conf
that I'm using is:
# Opacity
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
inactive-opacity-override = false;
# Enabled client-side shadows on windows.
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 15;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
# The translucency for shadows. (default .75)
shadow-opacity = 0.90;
no-dock-shadow = true;
# Fade windows during opacity changes.
fading = true;
# The time between steps in a fade in milliseconds. (default 10).
fade-delta = 4;
# Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.03;
# Fade windows in/out when opening/closing
# no-fading-openclose = true;
backend = "glx";
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-kern = "7x7box";
blur-strength = 4;
i3 compton
i3 compton
New contributor
New contributor
New contributor
asked 19 mins ago
dweebokundweebokun
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
dweebokun is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f521672%2fhow-do-you-get-100-opacity-with-compton%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
dweebokun is a new contributor. Be nice, and check out our Code of Conduct.
dweebokun is a new contributor. Be nice, and check out our Code of Conduct.
dweebokun is a new contributor. Be nice, and check out our Code of Conduct.
dweebokun is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f521672%2fhow-do-you-get-100-opacity-with-compton%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown