ghostty: tweaks

This commit is contained in:
Daniel Lundin 2025-03-09 09:22:29 +01:00
parent 6b334b05e8
commit d024050371
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 38 additions and 194 deletions

View file

@ -8,7 +8,6 @@
programs.ghostty = {
enable = true;
enableFishIntegration = true;
# package = inputs.ghostty.packages.${pkgs.system}.default;
settings = {
font-size = 11;
font-family = "Berkeley Mono";
@ -35,6 +34,8 @@
gtk-tabs-location = "hidden";
gtk-titlebar = false;
gtk-titlebar-hide-when-maximized = true;
window-height = 60;
window-width = 160;
window-padding-balance = true;
window-padding-color = "extend";
window-theme = "system";
@ -46,6 +47,7 @@
"ctrl+i=text:\\x09"
"ctrl+m=text:\\x0D"
"ctrl+tab=goto_split:previous"
"alt+`=goto_split:previous"
"ctrl+[=text:\\x1B"
"super+enter=toggle_fullscreen"
];

View file

@ -26,6 +26,7 @@ with lib.hm.gvariant;
minimize = [ "<Super>comma" ];
move-to-center = [ "<Super>c" ];
switch-applications = [ "<Super>Tab" ];
switch-group = [ "<Super>Above_Tab" ];
switch-windows = [ "<Alt>Tab" ];
move-to-workspace-1 = [ "<Shift>F1" ];
move-to-workspace-2 = [ "<Shift>F2" ];