aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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