From 983aa4b45ccf4bafba914ffe182670035e31e400 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Fri, 14 Mar 2025 10:24:08 -0700 Subject: [PATCH] aerospace and wezterm updates --- home_config/aerospace/aerospace.toml | 6 +++--- home_root/.wezterm.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home_config/aerospace/aerospace.toml b/home_config/aerospace/aerospace.toml index 56bbe7e..68fb390 100644 --- a/home_config/aerospace/aerospace.toml +++ b/home_config/aerospace/aerospace.toml @@ -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 @@ -208,4 +208,4 @@ automatically-unhide-macos-hidden-apps = false down = 'volume down' up = 'volume up' - shift-down = ['volume set 0', 'mode main'] \ No newline at end of file + shift-down = ['volume set 0', 'mode main'] diff --git a/home_root/.wezterm.lua b/home_root/.wezterm.lua index 698c175..5e3a4b9 100644 --- a/home_root/.wezterm.lua +++ b/home_root/.wezterm.lua @@ -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