From 39b72f8d81bb13cd5b84c96f0c4962d7207f7212 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Dec 2023 16:29:36 +0300 Subject: [PATCH] Make Ghostty use enter+alt+super --- machines/enka/hyprland/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index c5d2537..f35cada 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -94,12 +94,13 @@ bind = SUPER , F, fullscreen bind = SUPER+ALT, F, togglefloating - bind = SUPER, RETURN, exec, ghostty - bind = SUPER, W , exec, firefox - bind = SUPER, D , exec, discord - bind = SUPER, M , exec, thunderbird - bind = SUPER, T , exec, thunar - bind = SUPER, C , exec, hyprpicker --autocopy + bind = SUPER+ALT, RETURN, exec, kitty + bind = SUPER , RETURN, exec, ghostty + bind = SUPER , W , exec, firefox + bind = SUPER , D , exec, discord + bind = SUPER , M , exec, thunderbird + bind = SUPER , T , exec, thunar + bind = SUPER , C , exec, hyprpicker --autocopy bind = SUPER, B, exec, pkill --signal SIGUSR1 waybar