Delete wezterm/.wezterm.lua

because new files from archlinux
This commit is contained in:
2025-09-28 09:34:53 +00:00
parent b4bcba37d7
commit 75885729cd

View File

@@ -1,14 +0,0 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- Theme
config.color_scheme = "CutiePro"
-- FONT
config.font = wezterm.font 'JetBrains Mono'
-- Transparenz
config.window_background_opacity = 0.5
return config