Switching to ghostty
This commit is contained in:
parent
43e72e2413
commit
9c9a75712f
2 changed files with 13 additions and 1 deletions
|
|
@ -11,6 +11,18 @@
|
||||||
settings = {
|
settings = {
|
||||||
theme = "Rose Pine Moon";
|
theme = "Rose Pine Moon";
|
||||||
font-family = "JetBrains Mono";
|
font-family = "JetBrains Mono";
|
||||||
|
# background-opacity = 0.9;
|
||||||
|
# background-blur = true;
|
||||||
|
|
||||||
|
link-url = true;
|
||||||
|
link-previews = true;
|
||||||
|
|
||||||
|
# keybind = [
|
||||||
|
# # "ctrl+digit_0=reset_font_size"
|
||||||
|
# "ctrl+shift+0=reset_font_size"
|
||||||
|
# "ctrl+shift+w=close_surface:this"
|
||||||
|
# ];
|
||||||
|
# keybind = "ctrl+shift+w=close_surface:this";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ in
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
menu = "${pkgs.wofi}/bin/wofi --show drun";
|
menu = "${pkgs.wofi}/bin/wofi --show drun";
|
||||||
# Switch to ghostty ?
|
# Switch to ghostty ?
|
||||||
terminal = "${pkgs.gnome-console}/bin/kgx";
|
terminal = "${pkgs.ghostty}/bin/ghostty";
|
||||||
|
|
||||||
output = {
|
output = {
|
||||||
"*" = {
|
"*" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue