diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index 1b146c9..06e3e23 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -1,15 +1,15 @@ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +bind = $mainMod, T, exec, $terminal +bind = $mainMod, BACKSPACE, killactive, +bind = $mainMod, ESCAPE, exit, bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu +bind = $mainMod, F, togglefloating, +bind = $mainMod, RETURN, exec, $menu bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, S, togglesplit, # dwindle bind = $mainMod, L, exec, $lockScreen # hyprlock -bind = $mainMod, ., exec, emote +bind = $mainMod, period, exec, emote bind = $mainMod, B, exec, firefox # Move focus with mainMod + arrow keys