From 8c88063690afee1a97ea5a1a1d2b02164a0ac773 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 24 Mar 2025 03:12:49 +0800 Subject: [PATCH] chore(hyprland): switch open terminal button --- users/modules/programs/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index d8c9d60..a526644 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -57,7 +57,7 @@ # Keybinds bind = [ - "$mainMod, SEMICOLON, exec, $terminal" + "$mainMod, return, exec, $terminal" "$mainMod, W, killactive" "$mainMod, O, exec, $browser" "$mainMod, S, exec, $music"