Tweaks
parent
2a5078dd8d
commit
c62c91a140
|
@ -20,10 +20,10 @@
|
||||||
|
|
||||||
# Dock and Mission Control
|
# Dock and Mission Control
|
||||||
system.defaults.dock = {
|
system.defaults.dock = {
|
||||||
autohide = false;
|
autohide = true;
|
||||||
expose-group-by-app = false;
|
expose-group-by-app = false;
|
||||||
mru-spaces = false;
|
mru-spaces = true;
|
||||||
tilesize = 96;
|
tilesize = 80;
|
||||||
# Disable all hot corners
|
# Disable all hot corners
|
||||||
wvous-bl-corner = 1;
|
wvous-bl-corner = 1;
|
||||||
wvous-br-corner = 1;
|
wvous-br-corner = 1;
|
||||||
|
|
|
@ -27,10 +27,11 @@ in
|
||||||
# Tab bar
|
# Tab bar
|
||||||
tab_bar_edge = "top";
|
tab_bar_edge = "top";
|
||||||
tab_bar_style = "powerline";
|
tab_bar_style = "powerline";
|
||||||
|
tab_powerline_style = "slanted";
|
||||||
tab_title_template = "Tab {index}: {title}";
|
tab_title_template = "Tab {index}: {title}";
|
||||||
active_tab_font_style = "bold";
|
active_tab_font_style = "bold";
|
||||||
inactive_tab_font_style = "normal";
|
inactive_tab_font_style = "normal";
|
||||||
tab_activity_symbol = "";
|
tab_activity_symbol = "💬";
|
||||||
|
|
||||||
# Shell integration manually enabled for fish
|
# Shell integration manually enabled for fish
|
||||||
shell_integration = "disabled";
|
shell_integration = "disabled";
|
||||||
|
|
Loading…
Reference in New Issue