ghostty: tweaks
This commit is contained in:
parent
6b334b05e8
commit
d024050371
3 changed files with 38 additions and 194 deletions
home/common
|
@ -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"
|
||||
];
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue