From 4a2bd47e240009a64c214a9d01c3efbcef459fcd Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Sun, 3 Nov 2024 07:19:50 -0600 Subject: [PATCH] fix(hyprland): Change terminal keybinding --- dot-config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index f24d96a..d3117db 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -184,12 +184,12 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal +bindd = $mainMod, T, open a terminal, exec, $terminal bind = $mainMod, C, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, -bindd = $mainMod, SPACE, Open a quick menu,exec, $menu +bindd = $mainMod, SPACE, open a quick menu, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle