diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-01 12:57:08 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-01 12:57:08 -0700 |
| commit | dfb2496af06f1c31cda082b8bde6e2593c45c859 (patch) | |
| tree | b24fa7c10517d706ca4b77800c0636ed3c097aa3 /nix/users | |
| parent | restore wezterm (diff) | |
| download | infra-dfb2496af06f1c31cda082b8bde6e2593c45c859.tar.gz | |
some tweaks for wezterm
Diffstat (limited to 'nix/users')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index b8fe282..4dc0a47 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -40,7 +40,7 @@ config = wezterm.config_builder() end - config.color_scheme = 'Catppuccin Mocha' + config.color_scheme = 'nord' config.scrollback_lines = 10000 @@ -81,6 +81,12 @@ config.front_end = "WebGpu" + -- in order to access menu bar when in fullscreen + config.native_macos_fullscreen_mode = true + + -- select the pane with the mouse + config.pane_focus_follows_mouse = true + -- Set initial size config.initial_cols = 120 config.initial_rows = 36 |
