summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.local/bin/layout-navigate
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.local/bin/layout-navigate')
-rwxr-xr-xdotfiles/hyprland/.local/bin/layout-navigate15
1 files changed, 0 insertions, 15 deletions
diff --git a/dotfiles/hyprland/.local/bin/layout-navigate b/dotfiles/hyprland/.local/bin/layout-navigate
index 4fc02c2..085df22 100755
--- a/dotfiles/hyprland/.local/bin/layout-navigate
+++ b/dotfiles/hyprland/.local/bin/layout-navigate
@@ -25,21 +25,6 @@ case "$LAYOUT" in
fi
fi
;;
- hy3)
- if [ "$MOVE" = "move" ]; then
- if [ "$DIR" = "next" ]; then
- hyprctl dispatch hy3:movewindow r
- else
- hyprctl dispatch hy3:movewindow l
- fi
- else
- if [ "$DIR" = "next" ]; then
- hyprctl dispatch hy3:movefocus r
- else
- hyprctl dispatch hy3:movefocus l
- fi
- fi
- ;;
*)
# master, dwindle, etc.
if [ "$MOVE" = "move" ]; then