mirror of
https://github.com/m1ngsama/dotfiles.git
synced 2025-12-24 10:51:24 +00: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"
|
|
];
|