Add piucom and i3 with transparency
This commit is contained in:
parent
e1317d38ee
commit
1ff03eb4ca
8 changed files with 128 additions and 27 deletions
14
picom/.config/picom/picom.conf
Normal file
14
picom/.config/picom/picom.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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"
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue