Results 9 issues of mautamu

Hello, I am submitting this PR to add an optional field for setting the USER_AGENT as Reddit [appears to have](https://www.reddit.com/r/redditdev/comments/137tb5m/api_returning_403_forbidden_error_when_requesting/) begun to require this header be set on their api/v1/access_token...

enhancement

### Describe the feature While we already have some [basic themes](https://github.com/leftwm/leftwm/tree/main/themes) available, it would be nice to have a battleproof theme that will run regardless of what's installed. E.g. choose...

feature

I notice a problem here: `CONTRIBUTING.md` says to use `make test` or `make test-full-nix`, yet the CI system only runs `cargo test` and other cargo checks/lints. Is that correct? IMO,...

enhancement
more information required

# Description Adds the capability to publish crate updates to the AUR. Although I am reasonably confident in this build, I'm not certain it's finished. Additionally, we will need to...

# Description Previously in #1192, we broke the `leftwm` binary (which is the `leftwm-watchdog` binary) out from the `leftwm` crate into the `leftwm-watchdog` crate to improve incremental compile times. However,...

# Description In #1192, we split the `leftwm` binary away from the other binaries into the `leftwm-watchdog` to reduce compile times significantly. The `leftwm` binary is therefore not being installed...

In order for 0.6.0 to be released, the following need resolved: - [ ] Release `leftwm-theme` - [ ] Release `leftwm-config` - [ ] Communicate the removal of `TOML` to...

Hello, @magiclen! This PR updates the dependencies to bring idna to 1.0.3 to avoid CVE-2024-12224, resolving #5. In order to also not break CI, I have rolled up PR #6...