mirror of
https://oauth2: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@github.com/m1ngsama/dotfiles.git
synced 2026-05-10 19:10:58 +08:00
14 lines
372 B
Text
14 lines
372 B
Text
# Default opacity of active windows.
|
|
active-opacity = 1.0;
|
|
|
|
# Default opacity of inactive windows.
|
|
inactive-opacity = 1.0;
|
|
|
|
# Opacity of window titlebars and borders.
|
|
frame-opacity = 1.0;
|
|
|
|
# Application-specific settings; these override the default `active-opacity`
|
|
opacity-rule = [
|
|
"95:class_g = 'Alacritty' && focused",
|
|
"80:class_g = 'Alacritty' && !focused"
|
|
];
|