From a549fafc7298f5c18e470c300b092b3b8b546fe7 Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 13 May 2025 19:15:38 -0500 Subject: [PATCH] keybinds --- packages/hyprland/custom/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hyprland/custom/keybinds.conf b/packages/hyprland/custom/keybinds.conf index ea6cbdb..a51934d 100644 --- a/packages/hyprland/custom/keybinds.conf +++ b/packages/hyprland/custom/keybinds.conf @@ -7,8 +7,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier $terminal = kitty # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, +bind = $mainMod, Return, exec, $terminal +bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating,