diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-04 16:19:49 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-04 16:19:49 +0900 |
| commit | 10fc1b4ea7a601e2195b21082dfc61dc3edfde09 (patch) | |
| tree | 02908c68c99adf6d9f0631b43b870bcd76c6d8f8 /mac/.config | |
| parent | 2a1c3a2fa146299f7a0cc19a90ee7242fdb3b01d (diff) | |
modified aerospace/aerospace.toml, modified tmux/tmux.conf, created .cursor/
Diffstat (limited to 'mac/.config')
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 17 | ||||
| -rw-r--r-- | mac/.config/tmux/tmux.conf | 2 |
2 files changed, 12 insertions, 7 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index d3f3c75..aea1e92 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -59,15 +59,18 @@ on-focus-changed = ['move-mouse window-lazy-center'] # In this example, 24 is a default value when there is no match. # Monitor pattern is the same as for 'workspace-to-monitor-force-assignment'. # See: https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors + [workspace-to-monitor-force-assignment] 1 = 'main' 2 = 'main' - 3 = 'V32UE' - 4 = 'V32UE' - 5 = 'V32UE' - 6 = '^27W' - 7 = '^27W' - 10 = '^EPSON' + 3 = 'main' + 4 = 'main' + 5 = 'main' + 6 = 'main' + 7 = 'main' + 8 = 'main' + 9 = 'main' + 10 = 'main' [gaps] inner.horizontal = 15 @@ -181,6 +184,8 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-ctrl-8 = ['move-node-to-workspace 8', 'workspace 8'] alt-ctrl-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-ctrl-0 = ['move-node-to-workspace 10', 'workspace 10'] + alt-ctrl-leftSquareBracket = 'move-workspace-to-monitor prev' + alt-ctrl-rightSquareBracket = 'move-workspace-to-monitor next' # See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth alt-tab = 'workspace-back-and-forth' diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index 61073e5..a220279 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.config/tmux/tmux.conf @@ -226,7 +226,7 @@ set -g @resurrect-restore 'C-r' set -g @resurrect-strategy-vim 'session' set -g @resurrect-strategy-nvim 'session' set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-processes 'neomutt newsboat psql mysql sqlite3 ssh' +set -g @resurrect-processes 'kitty neomutt newsboat psql mysql sqlite3 ssh' # side-bar set -g @sidebar-tree 'e' |
