From 8d2eb22af95e156b44dfd0aff7923cde1a76caf3 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 9 Sep 2024 00:12:38 -0400 Subject: fixed keybinds --- .config/hypr/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index ae659c0..09505ac 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -27,11 +27,11 @@ bind = $mainMod, X, exec, $fileManager bind = $mainMod, K, exec, $terminal -e htop bind = $mainMod SHIFT, B, exec, /bin/sh -c "pidof waybar && pkill -x waybar || waybar" bind = $mainMod SHIFT, Q, exit, -bind = $mainMod SHIFT, RETURN, layoutmsg, swapwithmaster +bind = $mainMod, SPACE, layoutmsg, swapwithmaster bind = $mainMod, E, exec, emacsclient -c # Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, lp +bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d -- cgit v1.2.3