From 4e7e08a3805c590838066a627d52547d9f9a0f5f Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 16 Apr 2024 02:12:22 +0000 Subject: [PATCH] change keybinds for run/close back to default --- hypr/config/keybinds.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index 36fb5a0..b781255 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -1,16 +1,17 @@ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal -bind = $mainMod, BACKSPACE, killactive, +bind = $mainMod, X, killactive, bind = $mainMod, ESCAPE, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, -bind = $mainMod, RETURN, exec, $menu +bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, V, togglesplit, # dwindle bind = $mainMod, L, exec, $lockScreen # hyprlock bind = $mainMod, period, exec, emote bind = $mainMod, B, exec, firefox +bind = $mainMod CTRL, F, fullscreen # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l