mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
updated compton config to include rule that makes i3 titlebars transparent
This commit is contained in:
parent
59a3a9f732
commit
1d8477424f
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ shadow-exclude = [
|
|||
|
||||
opacity-rule = [
|
||||
# For i3wm tabbed/stacked layout transparency
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
# i3 titlebar transparency
|
||||
"60:class_g = 'i3-frame'"
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue