fix super+shift+enter remote terminal
This commit is contained in:
parent
51ce1319b1
commit
90b10a4f5f
|
@ -51,7 +51,7 @@
|
||||||
"${modifier}+t" = "exec gedit";
|
"${modifier}+t" = "exec gedit";
|
||||||
|
|
||||||
"${modifier}+Return" = lib.mkForce "exec kitty";
|
"${modifier}+Return" = lib.mkForce "exec kitty";
|
||||||
"${modifier}+Shift+Return" = "exec kitty -e ssh daniel@adam";
|
"${modifier}+Shift+Return" = "exec kitty -e ssh dandellion@lilith";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue