aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.local/bin/layout-navigate
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-06 10:14:33 -0600
committerCraig Jennings <c@cjennings.net>2026-02-06 10:14:33 -0600
commitffa2a7b46e8fea13c3cd4ad4f11b60d7ca99e1d8 (patch)
treeacd92fa3d8525012c45b319051910f27becff9f8 /dotfiles/hyprland/.local/bin/layout-navigate
parentbfd25b28b62fad9faa5e09a9f81e84d0d8097dbd (diff)
downloadarchsetup-ffa2a7b46e8fea13c3cd4ad4f11b60d7ca99e1d8.tar.gz
archsetup-ffa2a7b46e8fea13c3cd4ad4f11b60d7ca99e1d8.zip
feat(hyprland): waybar scratchpad toggles, remove hy3, fix cursor warp
Waybar modules now toggle pyprland scratchpads on click: sysmonitor group opens btop, netspeed opens nmtui, pulseaudio opens pulsemixer. Consolidated pyprland config to canonical ~/.config/pypr/config.toml. Removed hy3 plugin from all configs and scripts (disabled since crash). Added $mod+N for network scratchpad. Set cursor:no_warps to prevent cursor jumping to window center on focus change.
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