Switch back to wezterm
Can't seem to disable ghostty's annoying default key bindings.
This commit is contained in:
@@ -81,7 +81,7 @@ in
|
||||
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "ghostty";
|
||||
terminal = "wezterm";
|
||||
menu = "fuzzel";
|
||||
fonts = {
|
||||
names = [ "JetBrainsMono Nerd Font" ];
|
||||
@@ -154,7 +154,7 @@ in
|
||||
keybindings = let
|
||||
modifier = "Mod4";
|
||||
in lib.mkOptionDefault {
|
||||
"${modifier}+Return" = "exec ghostty";
|
||||
"${modifier}+Return" = "exec wezterm";
|
||||
"${modifier}+d" = "exec fuzzel";
|
||||
"${modifier}+Shift+q" = "kill";
|
||||
"${modifier}+Shift+c" = "reload";
|
||||
@@ -261,7 +261,7 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "${pkgs.ghostty}/bin/ghostty";
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
layer = "overlay";
|
||||
width = 100;
|
||||
line-height = 40;
|
||||
|
||||
Reference in New Issue
Block a user