aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/pypr
Commit message (Collapse)AuthorAgeFilesLines
* feat: proton-vpn, lid switch, scratchpad resizingCraig Jennings2026-04-131-12/+16
| | | | | | | | | - archsetup: add proton-vpn-gtk-app; configure logind to ignore lid switch - hyprland.conf: autostart protonvpn-app minimized - waybar: set battery module to BAT1 (velox) - pypr: resize scratchpads to fit 80x24 minimum; enlarge monitor for btop - gitconfig: add deepsat GHE credential helpers - CLAUDE.md: update notes.org reference (lowercase)
* feat(hyprland): update plugins for 0.54, add scratchpad hide_delayCraig Jennings2026-03-071-0/+6
| | | | | Remove hyprscrolling from plugin setup (now in core). Add hide_delay workaround for pyprland bug #211 to all scratchpads.
* feat(hyprland): resize term scratchpads, rename term2 to ai-termCraig Jennings2026-02-141-7/+7
| | | | | Term scratchpads now 50x70%, renamed term2 to ai-term with updated app-id. Updated calibre window state.
* fix(pyprland): use correct config path, resize scratchpadsCraig Jennings2026-02-141-10/+10
| | | | | | Pyprland 3.x reads ~/.config/pypr/config.toml, not ~/.config/hypr/pyprland.toml. Remove obsolete config, update scratchpad sizes to 50%x60% in the correct file.
* feat(hyprland): waybar scratchpad toggles, remove hy3, fix cursor warpCraig Jennings2026-02-061-0/+7
| | | | | | | | | 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.
* fix(pyprland): move config to new standard locationCraig Jennings2026-02-021-0/+55
~/.config/pypr/config.toml replaces ~/.config/hypr/pyprland.toml