4 lines
219 B
Lua
4 lines
219 B
Lua
-- Define terminal tag to style them uniformly.
|
|
o.window("(Alacritty|kitty|com.mitchellh.ghostty|foot|wezterm)", { tag = "+terminal" })
|
|
o.window({ tag = "terminal" }, { tag = "-default-opacity", opacity = "0.97 0.9" })
|