Shiba
Shiba
Ability to give each App their own HOME directory to prevent HOME littering. To keep things clean and organized. Currently this can be done via adding HOME environment variable to...
OS: Fedora Linux 42.20251002.0 (Silverblue) x86_64 DE: GNOME 48.4 WM: Mutter (Wayland) Display (C49HG9x): 3840x1080 @ 60 Hz in 49" [External] * Display (AUO8E9D): 1920x1200 @ 165 Hz in 16"...
Added stricter typings for `ARIAMixin` with a fallback to also allow any other string. Also used `${bigint}` and `${number}` to type, integer and number only properties. I wasn't sure if...
The `ARIAMixin` currently uses `string | null` for each aria property type. The reason it’s just `string` rather than a union of valid values is to allow for future, yet...