main
mat ess 2022-02-12 18:30:53 -05:00
parent 2a5078dd8d
commit c62c91a140
2 changed files with 5 additions and 4 deletions

View File

@ -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;

View File

@ -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";