Attyx v0.3.5

March 28, 2026

Attyx v0.3.5

Windows Drag-and-Drop (#175)

You can now drag files onto the Attyx window on Windows and their paths will be pasted into your shell, properly escaped. Bracketed paste is respected if your shell supports it.

Config Preview (#174)

Opening your config file for the first time now creates a fully commented template instead of an empty file, so you can see every available option with explanations right away.

Default Shell on Windows (#171)

You can now set a custom default shell on Windows via program.shell in your config. For example, shell = "wsl -d Ubuntu" to launch straight into WSL.

Hide Scrollbar (#176)

The scrollbar can now be hidden with window.scrollbar = false in your config or via --no-scrollbar on the command line. The setting hot-reloads.

Linux Fractional Scaling & Theming (#173)

Fixes & Improvements