aboutsummaryrefslogtreecommitdiff
path: root/env/.config/wezterm
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-05-06 22:29:02 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-05-06 22:29:02 -0500
commitfdc2ee1e43d2192314038bf74c9ccb36ff4b00da (patch)
treece1b1924bdbd71263c74b6a79d2e8eb38bf80af2 /env/.config/wezterm
parented29d871a8b2473577e94bbc12308be04322f385 (diff)
Squashed commit of the following:
switched to picom in autostart, disabled atuin tmux color change changed dmount to /mnts/flash changed mount dir removed .keepass changed i3 bar tray and status line fixed second mon bar i3 i3 color change ignore addition st color changes wezterm font change pcall vis config changes
Diffstat (limited to 'env/.config/wezterm')
-rwxr-xr-xenv/.config/wezterm/wezterm.lua70
1 files changed, 36 insertions, 34 deletions
diff --git a/env/.config/wezterm/wezterm.lua b/env/.config/wezterm/wezterm.lua
index f75304f..c6052b5 100755
--- a/env/.config/wezterm/wezterm.lua
+++ b/env/.config/wezterm/wezterm.lua
@@ -1,34 +1,36 @@
-local wezterm = require 'wezterm'
-local colors= require 'colors'
-
-local config = {}
---config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
-config.set_environment_variables = {
- wezterm = 'yes',
-}
-config.enable_tab_bar = false
-
-config.font = wezterm.font_with_fallback {
- 'B612 Mono',
- 'JetBrainsMono',
- 'JetBrainsMono Nerd Font',
- 'JetBrainsMono Nerd Font Mono',
- 'IPAGothic',
- 'FreeMono',
-}
-config.font_size = 13
-
-config.colors=colors
-
-config.window_background_opacity = 0.8
-
-config.unix_domains = {
- {
- name = 'unix',
- no_serve_automatically = false,
- },
-}
-
-config.front_end = "OpenGL"
-
-return config
+local wezterm = require 'wezterm'
+local colors= require 'colors'
+
+local config = {}
+--config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
+config.set_environment_variables = {
+ wezterm = 'yes',
+}
+config.enable_tab_bar = false
+
+config.font = wezterm.font_with_fallback {
+ 'iosevka',
+ 'iosevka-nerd',
+ 'B612 Mono',
+ 'JetBrainsMono',
+ 'JetBrainsMono Nerd Font',
+ 'JetBrainsMono Nerd Font Mono',
+ 'IPAGothic',
+ 'FreeMono',
+}
+config.font_size = 12
+
+config.colors=colors
+
+config.window_background_opacity = 0.8
+
+config.unix_domains = {
+ {
+ name = 'unix',
+ no_serve_automatically = false,
+ },
+}
+
+config.front_end = "OpenGL"
+
+return config