refactor(wezterm): wipe out linux config

This commit is contained in:
Price Hiller 2022-10-25 09:02:53 -05:00
parent 5477cd9820
commit 0f81ff7cd1

View File

@ -1,9 +1 @@
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
return {}