aerospace and wezterm updates
This commit is contained in:
@@ -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']
|
||||
shift-down = ['volume set 0', 'mode main']
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user