mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Make terminal self transparent
This commit is contained in:
parent
ac66ae682d
commit
ccc4c2eb13
2 changed files with 2 additions and 9 deletions
|
|
@ -2,6 +2,8 @@ font_size 15.0
|
|||
|
||||
symbol_map U+3400-U+4DBF,U+4E00-U+9FFC Noto Sans Mono CJK SC
|
||||
|
||||
background_opacity 0.9
|
||||
|
||||
background #263238
|
||||
foreground #eceff1
|
||||
color0 #505070
|
||||
|
|
|
|||
|
|
@ -18,14 +18,6 @@ shadow-exclude = [
|
|||
|
||||
fading = true
|
||||
|
||||
#################################
|
||||
# Transparency / Opacity #
|
||||
#################################
|
||||
|
||||
opacity-rule = [
|
||||
"90:class_i = 'kitty'"
|
||||
];
|
||||
|
||||
#################################
|
||||
# General Settings #
|
||||
#################################
|
||||
|
|
@ -40,4 +32,3 @@ use-ewmh-active-win = true
|
|||
detect-transient = true
|
||||
detect-client-leader = true
|
||||
use-damage = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue