Fix opacity issues by using a tag to apply the default opacity that can be removed

Fixes #4168
This commit is contained in:
David Heinemeier Hansson
2026-02-01 16:30:27 +01:00
parent 69dbee75cd
commit 23b74c6212
8 changed files with 17 additions and 5 deletions

View File

@@ -1,2 +1,4 @@
# Define terminal tag to style them uniformly
windowrule = tag +terminal, match:class (Alacritty|kitty|com.mitchellh.ghostty)
windowrule = tag -default-opacity, match:tag terminal
windowrule = opacity 0.97 0.9, match:tag terminal