tweaks for ghostty and zellij

This commit is contained in:
Noah Masur 2025-03-19 13:51:42 -04:00
parent fa1482dcfc
commit cf7966d73d
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,10 @@ in
settings = {
theme = config.theme.name;
font-size = 16;
macos-titlebar-style = "hidden";
window-decoration = false;
macos-non-native-fullscreen = true;
fullscreen = true;
};
themes."gruvbox" = {
background = config.theme.colors.base00;

View File

@ -30,9 +30,12 @@ in
# };
unbind = {
_args = [
"Ctrl p"
"Ctrl g"
"Ctrl h"
"Ctrl n"
"Ctrl o"
"Ctrl p"
"Ctrl q"
"Ctrl s"
];
};