From d90db827629286c5698de56d5024dd97aa2e75a6 Mon Sep 17 00:00:00 2001 From: Aloys23 Date: Sun, 31 May 2026 20:30:59 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=20Hyprland=20?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E9=94=AE=E4=B9=A0=E6=83=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/hyprland.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/programs/hyprland.nix b/programs/hyprland.nix index fa40413..3b2a004 100644 --- a/programs/hyprland.nix +++ b/programs/hyprland.nix @@ -78,8 +78,9 @@ # ── 快捷键 (Keybindings) ────────────────────────────── bind = [ - "$mainMod, Q, exec, ghostty" - "$mainMod, C, killactive," + "$mainMod, Return, exec, ghostty" + "$mainMod, Q, killactive," + "$mainMod, B, exec, google-chrome" "$mainMod, M, exit," "$mainMod, E, exec, dolphin" "$mainMod, V, togglefloating," @@ -87,7 +88,7 @@ # 使用 Noctalia 的快捷键 "$mainMod, R, exec, noctalia-shell ipc call launcher toggle" "$mainMod, N, exec, noctalia-shell ipc call notifications toggle" - "$mainMod, B, exec, noctalia-shell ipc call dashboard toggle" + "$mainMod, D, exec, noctalia-shell ipc call dashboard toggle" # 聚焦移动 "$mainMod, left, movefocus, l"