From 98bfe20839b411d1c00fdf2c2c898f4e9441fb8c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 10 Feb 2026 10:20:21 +0100 Subject: [PATCH] Add example of using alacritty with ssh Since ghostty requires the TERM setting thing which is a bit odd --- config/hypr/bindings.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index 51fafb7e..9af5a3b2 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -25,6 +25,9 @@ bindd = SUPER SHIFT, P, Google Photos, exec, omarchy-launch-or-focus-webapp "Goo bindd = SUPER SHIFT, X, X, exec, omarchy-launch-webapp "https://x.com/" bindd = SUPER SHIFT ALT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post" +# Add extra bindings +# bind = SUPER SHIFT, R, exec, alacritty -e ssh your-server + # Overwrite existing bindings, like putting Omarchy Menu on Super + Space # unbind = SUPER, SPACE # bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu