hyprland: mod+s now spawns ssh terminal to homeserver

This commit is contained in:
Tigor Hutasuhut 2024-07-22 20:07:43 +07:00
parent fcb5ce0b3b
commit b7525b1732
2 changed files with 4 additions and 1 deletions

View file

@ -87,7 +87,6 @@ in
"$mod, B, exec, microsoft-edge"
"$mod, D, exec, rofi -show drun -replace -i"
"$mod, BackSpace, exec, wlogout"
"$mod, S, exec, pypr toggle term"
''$mod, F, exec, ${select-window.path}''
"$mod, W, exec, pypr wall next"

View file

@ -4,6 +4,10 @@ let
in
{
config = lib.mkIf cfg.enable {
wayland.windowManager.hyprland.settings.bind = [
"$mod, S, exec, wezterm ssh homeserver@vpn.tigor.web.id"
];
programs.wezterm = {
enable = true;
enableZshIntegration = true;