Switch back to wezterm
Can't seem to disable ghostty's annoying default key bindings.
This commit is contained in:
parent
579f208aae
commit
9ffa2500e7
1 changed files with 3 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ in
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
terminal = "ghostty";
|
terminal = "wezterm";
|
||||||
menu = "fuzzel";
|
menu = "fuzzel";
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "JetBrainsMono Nerd Font" ];
|
names = [ "JetBrainsMono Nerd Font" ];
|
||||||
|
|
@ -154,7 +154,7 @@ in
|
||||||
keybindings = let
|
keybindings = let
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
in lib.mkOptionDefault {
|
in lib.mkOptionDefault {
|
||||||
"${modifier}+Return" = "exec ghostty";
|
"${modifier}+Return" = "exec wezterm";
|
||||||
"${modifier}+d" = "exec fuzzel";
|
"${modifier}+d" = "exec fuzzel";
|
||||||
"${modifier}+Shift+q" = "kill";
|
"${modifier}+Shift+q" = "kill";
|
||||||
"${modifier}+Shift+c" = "reload";
|
"${modifier}+Shift+c" = "reload";
|
||||||
|
|
@ -261,7 +261,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
terminal = "${pkgs.ghostty}/bin/ghostty";
|
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
width = 100;
|
width = 100;
|
||||||
line-height = 40;
|
line-height = 40;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue