aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/dev.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-01 12:57:08 -0700
committerFranck Cuny <franck@fcuny.net>2025-05-01 12:57:08 -0700
commitdfb2496af06f1c31cda082b8bde6e2593c45c859 (patch)
treeb24fa7c10517d706ca4b77800c0636ed3c097aa3 /nix/users/fcuny/dev.nix
parentrestore wezterm (diff)
downloadinfra-dfb2496af06f1c31cda082b8bde6e2593c45c859.tar.gz
some tweaks for wezterm
Diffstat (limited to 'nix/users/fcuny/dev.nix')
-rw-r--r--nix/users/fcuny/dev.nix8
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