refactor(wezterm): wipe out linux config
This commit is contained in:
parent
5477cd9820
commit
0f81ff7cd1
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user