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/.config/pypr/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dotfiles/hyprland/.config/pypr') diff --git a/dotfiles/hyprland/.config/pypr/config.toml b/dotfiles/hyprland/.config/pypr/config.toml index e496cd9..9db048f 100644 --- a/dotfiles/hyprland/.config/pypr/config.toml +++ b/dotfiles/hyprland/.config/pypr/config.toml @@ -53,3 +53,10 @@ class = "foot-music" size = "60% 60%" position = "20% 20%" animation = "fromBottom" + +[scratchpads.network] +command = "foot --app-id foot-network nmtui" +class = "foot-network" +size = "60% 60%" +position = "20% 20%" +animation = "fromBottom" -- cgit v1.2.3