gaesa

Results 4 issues of gaesa

### Please describe the problem you're trying to solve Currently, the `yazi.toml` configuration file does not provide options to control the alignment of images within the preview section. This limitation...

feature

**Description:** After the commit [0aebcbcc19b3f476fbb9eeb78c7327dc3932b983](https://github.com/mpv-player/mpv/commit/0aebcbcc19b3f476fbb9eeb78c7327dc3932b983#diff-a094177c45bbd326f24459d7ef88c8fa34860bd7370df2f9d63922816a258981R48) in mpv, the thumbfast plugin encounters an error message when exiting the player or switching the currently playing file. **Error Message:** `[thumbfast] Subprocess failed: killed`...

This is an attempt to provide a possible solution to #1141. - Adds configuration options in `yazi.toml` for setting preferred image alignment, which plugin developers can optionally respect. - Updates...

### **Description** The `XDG_RUNTIME_DIR` mapping in `adrg/xdg` does not align with established practices from other cross-platform libraries like [`platformdirs`](https://pypi.org/project/platformdirs) (Python) and [`dirs`](https://crates.io/crates/dirs) (Rust). Currently, `adrg/xdg` sets: - **macOS → `~/Library/Application...