1
0
Fork 0

Miscellaneous desktop stuff

This commit is contained in:
Avery 2024-10-11 21:13:47 +02:00
parent 6790e3ac3b
commit 4a107f660c
Signed by: Avery
GPG key ID: B684FD451B692E04
8 changed files with 45 additions and 15 deletions

View file

@ -17,7 +17,7 @@
"ctrl+alt+9" = "goto_tab 9";
};
settings = {
"background_opacity" = "0.6";
"background_opacity" = "0.85";
"dynamic_background_opacity" = true;
"force_ltr" = "yes";
"disable_ligatures" = "never";
@ -32,6 +32,6 @@
"tab_title_template" =
"{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}";
};
theme = "Tokyo Night";
themeFile = "Catppuccin-Mocha";
};
}