From eedb442f039c50a30f59c606f1a06381d0e918f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 17 Mar 2024 18:14:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20comments(hypr):=20add=20key=20fo?= =?UTF-8?q?r=20one=20binding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 2 +- .config/hypr/scripts/move_by_rules | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 4efbd4d3..b5677a95 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -73,7 +73,7 @@ bind = SUPERSHIFT, H, movewindow, l bind = SUPERSHIFT, L, movewindow, r bind = SUPERSHIFT, K, movewindow, u bind = SUPERSHIFT, J, movewindow, d -bind = SUPERSHIFT, 51, exec, ~/.config/hypr/scripts/move_by_rules +bind = SUPERSHIFT, 51, exec, ~/.config/hypr/scripts/move_by_rules # Backslash # Center and split bind = SUPER, S, togglesplit diff --git a/.config/hypr/scripts/move_by_rules b/.config/hypr/scripts/move_by_rules index f76cb739..5084afd0 100755 --- a/.config/hypr/scripts/move_by_rules +++ b/.config/hypr/scripts/move_by_rules @@ -13,7 +13,6 @@ grep 'workspace' ~/.config/hypr/themes/luna/rules.conf | while IFS= read -r line regex=$class_value if [ -n "$workspace_value" ] && [ -n "$class_value" ]; then - # Compare the retrieved value with the active class of the window if echo "$active_class" | grep -E "$regex"; then #echo "The class matches the active class of the window. Workspace value to apply: $workspace_value"