we ghostty now
This commit is contained in:
parent
0957191f97
commit
5f121c9112
1 changed files with 4 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ in {
|
||||||
};
|
};
|
||||||
binds =
|
binds =
|
||||||
{
|
{
|
||||||
"Mod+Return".action.spawn = "${config.programs.foot.package}/bin/foot";
|
"Mod+Return".action.spawn = ["${config.programs.ghostty.package}/bin/ghostty" "--gtk-single-instance=true"];
|
||||||
"Mod+q".action = config.lib.niri.actions.close-window;
|
"Mod+q".action = config.lib.niri.actions.close-window;
|
||||||
# "$mod, F, fullscreen, 0"
|
# "$mod, F, fullscreen, 0"
|
||||||
# "$mod SHIFT, F, fullscreen, 1"
|
# "$mod SHIFT, F, fullscreen, 1"
|
||||||
|
|
@ -323,7 +323,9 @@ in {
|
||||||
|
|
||||||
services.playerctld.enable = lib.mkDefault true;
|
services.playerctld.enable = lib.mkDefault true;
|
||||||
|
|
||||||
programs.foot.enable = true;
|
programs.ghostty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
xdg.userDirs.enable = true;
|
xdg.userDirs.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue