| Age | Commit message (Collapse) | Author |
|
|
|
The v0.7.7 PKGBUILD installed only the plugins, the standalone, and the
license/readme — no .desktop entry, no launcher shim, no icons. So AUR
users had no way to launch Niner from app menus / rofi.
Now installs:
/usr/bin/niner-launch (auto-detect shim)
/usr/share/applications/niner.desktop (Icon=niner)
/usr/share/icons/hicolor/<sz>/apps/niner.png (16..1024)
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
|
|
So 'yay -Syu' on a system with 'slammer' installed will offer to swap
it for 'niner' automatically.
|
|
Renamed from slammer due to a trademark conflict. The 'slammer' AUR
package will be orphaned. Existing slammer users should:
yay -R slammer
yay -S niner
User presets and settings auto-migrate from ~/.local/share/slammer
to ~/.local/share/niner on first launch of the new binary.
|