💬 comments(hypr): add key for one binding
This commit is contained in:
parent
f34b3e6c83
commit
eedb442f03
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue