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,