Tweaks
parent
2a5078dd8d
commit
c62c91a140
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue