From a5d663d9e9eb7c139fd2940b5044dcf3f502ade2 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 3 Mar 2024 11:02:57 -0500 Subject: [PATCH] update keybinds --- hypr/config/keybinds.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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