Properly configure terminal

This commit is contained in:
Valentin Brandl 2022-11-14 01:13:09 +01:00
parent 0e2eb8a2de
commit 69f691abef
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -53,8 +53,9 @@ in {
]; ];
}; };
terminal = "alacritty";
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"${mod}+Return" = "exec alacritty";
"${mod}+Shift+q" = "kill"; "${mod}+Shift+q" = "kill";
"${mod}+h" = "focus left"; "${mod}+h" = "focus left";
"${mod}+j" = "focus down"; "${mod}+j" = "focus down";