mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-05 05:41:11 +00:00
tweaks for ghostty and zellij
This commit is contained in:
parent
fa1482dcfc
commit
cf7966d73d
@ -26,6 +26,10 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
theme = config.theme.name;
|
theme = config.theme.name;
|
||||||
font-size = 16;
|
font-size = 16;
|
||||||
|
macos-titlebar-style = "hidden";
|
||||||
|
window-decoration = false;
|
||||||
|
macos-non-native-fullscreen = true;
|
||||||
|
fullscreen = true;
|
||||||
};
|
};
|
||||||
themes."gruvbox" = {
|
themes."gruvbox" = {
|
||||||
background = config.theme.colors.base00;
|
background = config.theme.colors.base00;
|
||||||
|
@ -30,9 +30,12 @@ in
|
|||||||
# };
|
# };
|
||||||
unbind = {
|
unbind = {
|
||||||
_args = [
|
_args = [
|
||||||
"Ctrl p"
|
"Ctrl g"
|
||||||
|
"Ctrl h"
|
||||||
"Ctrl n"
|
"Ctrl n"
|
||||||
"Ctrl o"
|
"Ctrl o"
|
||||||
|
"Ctrl p"
|
||||||
|
"Ctrl q"
|
||||||
"Ctrl s"
|
"Ctrl s"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user