diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-06 10:14:33 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-06 10:14:33 -0600 |
| commit | 87286d65e3b05ee814f0f2d4e4f9b4e07063bd74 (patch) | |
| tree | 0c26b8b8a7947fec4f2df6491ef7bab9b9af9957 /dotfiles/hyprland/.local/bin/layout-navigate | |
| parent | b0b896936e24d382370ff949f49e7be50075e023 (diff) | |
| download | archsetup-87286d65e3b05ee814f0f2d4e4f9b4e07063bd74.tar.gz archsetup-87286d65e3b05ee814f0f2d4e4f9b4e07063bd74.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-x | dotfiles/hyprland/.local/bin/layout-navigate | 15 |
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 |
