Add piucom and i3 with transparency

This commit is contained in:
Hactarus 2024-09-03 15:35:42 +02:00
parent e1317d38ee
commit 1ff03eb4ca
8 changed files with 128 additions and 27 deletions

View 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"
];