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 | ffa2a7b46e8fea13c3cd4ad4f11b60d7ca99e1d8 (patch) | |
| tree | acd92fa3d8525012c45b319051910f27becff9f8 /dotfiles/hyprland/.local/bin/hyprland-plugins-setup | |
| parent | bfd25b28b62fad9faa5e09a9f81e84d0d8097dbd (diff) | |
| download | archsetup-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/hyprland-plugins-setup')
| -rwxr-xr-x | dotfiles/hyprland/.local/bin/hyprland-plugins-setup | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dotfiles/hyprland/.local/bin/hyprland-plugins-setup b/dotfiles/hyprland/.local/bin/hyprland-plugins-setup index f0181c8..e780cb7 100755 --- a/dotfiles/hyprland/.local/bin/hyprland-plugins-setup +++ b/dotfiles/hyprland/.local/bin/hyprland-plugins-setup @@ -37,22 +37,6 @@ for plugin in hyprscrolling xtra-dispatchers; do fi done -# Add hy3 repository -log "Adding hy3 repository..." -if hyprpm add https://github.com/outfoxxed/hy3 2>&1 | tee -a "$LOGFILE"; then - log "hy3 repository added" -else - log "Failed to add hy3 repository" -fi - -# Enable hy3 -log "Enabling hy3..." -if hyprpm enable hy3 2>&1 | tee -a "$LOGFILE"; then - log "hy3 enabled" -else - log "Failed to enable hy3" -fi - # Reload plugins into Hyprland log "Reloading plugins..." hyprpm reload 2>&1 | tee -a "$LOGFILE" |
