From bc436988442c2d7e5b405f3670f43e33dfebdbbd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 6 Feb 2026 10:14:33 -0600 Subject: 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. --- dotfiles/hyprland/.local/bin/cycle-layout | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dotfiles/hyprland/.local/bin/cycle-layout') diff --git a/dotfiles/hyprland/.local/bin/cycle-layout b/dotfiles/hyprland/.local/bin/cycle-layout index ebfd2e0..a632142 100755 --- a/dotfiles/hyprland/.local/bin/cycle-layout +++ b/dotfiles/hyprland/.local/bin/cycle-layout @@ -1,6 +1,6 @@ #!/bin/sh # Cycle through Hyprland layouts -# Cycle: master -> hy3 (tab/monocle) -> scrolling -> floating -> master +# Cycle: master -> scrolling -> floating -> master LAYOUT=$(hyprctl getoption general:layout -j | jq -r '.str') FLOATING=$(hyprctl activewindow -j 2>/dev/null | jq -r '.floating // false') @@ -8,11 +8,6 @@ FLOATING=$(hyprctl activewindow -j 2>/dev/null | jq -r '.floating // false') # Check if we're in "all floating" mode by checking layout case "$LAYOUT" in master) - hyprctl keyword general:layout hy3 - # Create tab group for monocle behavior - hyprctl dispatch hy3:changegroup tab - ;; - hy3) hyprctl keyword general:layout scrolling ;; scrolling) -- cgit v1.2.3