From c62c91a14054769ca5361d95413115202524e3c9 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 12 Feb 2022 18:30:53 -0500 Subject: [PATCH] Tweaks --- darwin/macos-defaults.nix | 6 +++--- home/kitty.nix | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/darwin/macos-defaults.nix b/darwin/macos-defaults.nix index 57c2c99..11e0e27 100644 --- a/darwin/macos-defaults.nix +++ b/darwin/macos-defaults.nix @@ -20,10 +20,10 @@ # Dock and Mission Control system.defaults.dock = { - autohide = false; + autohide = true; expose-group-by-app = false; - mru-spaces = false; - tilesize = 96; + mru-spaces = true; + tilesize = 80; # Disable all hot corners wvous-bl-corner = 1; wvous-br-corner = 1; diff --git a/home/kitty.nix b/home/kitty.nix index c252c80..f7c12db 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -27,10 +27,11 @@ in # Tab bar tab_bar_edge = "top"; tab_bar_style = "powerline"; + tab_powerline_style = "slanted"; tab_title_template = "Tab {index}: {title}"; active_tab_font_style = "bold"; inactive_tab_font_style = "normal"; - tab_activity_symbol = ""; + tab_activity_symbol = "💬"; # Shell integration manually enabled for fish shell_integration = "disabled";