mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 20:28:23 +02:00
5 lines
300 B
Lua
5 lines
300 B
Lua
-- Define terminal tag to style them uniformly.
|
|
hl.window_rule({ match = { class = "(Alacritty|kitty|com.mitchellh.ghostty|foot)" }, tag = "+terminal" })
|
|
hl.window_rule({ match = { tag = "terminal" }, tag = "-default-opacity" })
|
|
hl.window_rule({ match = { tag = "terminal" }, opacity = "0.97 0.9" })
|