feat(wezterm): add linux compositor specific settings
This commit is contained in:
parent
0d2345a0f9
commit
a99c5ef311
9
dots/.config/wezterm/config/os/linux.lua
Normal file
9
dots/.config/wezterm/config/os/linux.lua
Normal file
@ -0,0 +1,9 @@
|
||||
local os = require("os")
|
||||
|
||||
local linux_config = {}
|
||||
|
||||
if os.getenv("HYPRLAND_INSTANCE_SIGNATURE") then
|
||||
linux_config.window_background_opacity = 0.70
|
||||
end
|
||||
|
||||
return linux_config
|
Loading…
Reference in New Issue
Block a user