aerospace and wezterm updates

This commit is contained in:
2025-03-14 10:24:08 -07:00
parent d6d0c12c3f
commit 983aa4b45c
2 changed files with 4 additions and 4 deletions

View File

@@ -37,8 +37,8 @@ default-root-container-orientation = 'auto'
# See https://nikitabobko.github.io/AeroSpace/commands#move-mouse
# Fallback value (if you omit the key): on-focused-monitor-changed = []
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag
# or
on-focus-changed = ['move-mouse window-lazy-center'] # Mouse lazily follows any focus (window or workspace)# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag
# Useful if you don't use this macOS feature, but accidentally hit cmd-h or cmd-alt-h key
# Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app
automatically-unhide-macos-hidden-apps = false

View File

@@ -5,7 +5,7 @@ local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.font = wezterm.font("VictorMono Nerd Font")
config.font_size = 18
config.font_size = 16
config.colors = {}
config.window_background_opacity = 0.85