Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1315
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/3/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/thiserror-2.0.12`
---
### 📝 Commits (10+)
- [`01a8320`](https://github.com/LGUG2Z/komorebi/commit/01a832027dad8c104704f4ff868d8afdb7a726ce) build(cargo): add custom build profiles
- [`f7c9712`](https://github.com/LGUG2Z/komorebi/commit/f7c97127066f4d1e831807e0cc3f6736b6f5b858) feat(wm): add tiling and floating ws layers
- [`ba1ef22`](https://github.com/LGUG2Z/komorebi/commit/ba1ef22204b3f84aab943ceac768424a7519d306) fix(wm): take layer into account on ws restore
- [`0f59820`](https://github.com/LGUG2Z/komorebi/commit/0f598204199ea7d88ce09c5cae8e3f3e67b53fa6) fix(wm): hide/restore floating windows on monocle toggle
- [`47f4f47`](https://github.com/LGUG2Z/komorebi/commit/47f4f47d3f8bf60638326c85b1b5c34c637ba591) feat(wm): add padding per monitor
- [`fc0da2c`](https://github.com/LGUG2Z/komorebi/commit/fc0da2c1d33e72a63f04f2d75e99d0fc8a134250) refactor(bar): add extend_enum! macro
- [`c37a0aa`](https://github.com/LGUG2Z/komorebi/commit/c37a0aa8a65894fb99567b4ae2d195053ff195c4) fix(wm): properly load monitor on first connect
- [`c25750b`](https://github.com/LGUG2Z/komorebi/commit/c25750b691ca992a6e841bbbcfc7bf72acd21139) fix(bar): apply work area offset on monitor reconnect
- [`d351e91`](https://github.com/LGUG2Z/komorebi/commit/d351e910e5b84d9f264ca311853cac0eba972ab9) fix(wm): prevent floating focus change event infinite loops
- [`0289b02`](https://github.com/LGUG2Z/komorebi/commit/0289b02d971728e6af67f5d4e9eb3363f9971f2c) chore(just): add wpm target
### 📊 Changes
**33 files changed** (+1880 additions, -705 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+150 -224)
📝 `Cargo.toml` (+18 -4)
📝 `README.md` (+1 -1)
➕ `docs/cli/toggle-workspace-layer.md` (+12 -0)
📝 `justfile` (+13 -1)
📝 `komorebi-bar/Cargo.toml` (+1 -1)
📝 `komorebi-bar/src/bar.rs` (+53 -52)
📝 `komorebi-bar/src/config.rs` (+96 -0)
📝 `komorebi-bar/src/komorebi.rs` (+220 -42)
📝 `komorebi-bar/src/komorebi_layout.rs` (+19 -10)
📝 `komorebi-bar/src/render.rs` (+63 -48)
📝 `komorebi-bar/src/selected_frame.rs` (+22 -12)
📝 `komorebi-bar/src/time.rs` (+14 -8)
📝 `komorebi-client/src/lib.rs` (+2 -0)
📝 `komorebi-themes/Cargo.toml` (+3 -3)
📝 `komorebi/Cargo.toml` (+1 -1)
📝 `komorebi/src/border_manager/border.rs` (+0 -2)
📝 `komorebi/src/border_manager/mod.rs` (+188 -82)
📝 `komorebi/src/core/mod.rs` (+1 -0)
📝 `komorebi/src/monitor.rs` (+60 -7)
_...and 13 more files_
</details>
### 📄 Description
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p>
<blockquote>
<h2>2.0.12</h2>
<ul>
<li>Prevent elidable_lifetime_names pedantic clippy lint in generated impl (<a href="https://redirect.github.com/dtolnay/thiserror/issues/413">#413</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/95a512669395f30cf9ae10343149726c0563ed76"><code>95a5126</code></a> Release 2.0.12</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/76490f743e26553275f32d23087deb5bbff22b06"><code>76490f7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/413">#413</a> from dtolnay/elidablelifetime</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/9f27b766f57f7e3111e6930f7928f4358a95e590"><code>9f27b76</code></a> Ignore elidable_lifetime_names pedantic clippy lint</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/daf2a6f36eb0f94214003e6cdae70134a69292c5"><code>daf2a6f</code></a> Resolve some elidable_lifetime_names pedantic clippy lint</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/5f07160c352f4913d5ff857954c358f0a0419893"><code>5f07160</code></a> Point standard library links to stable</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/6706a5121ba011432e6dc666e6ec461128f49aef"><code>6706a51</code></a> Convert html links to intra-doc links</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/2706873a04a9eec85bf8aa8f83ab4367bd5ff388"><code>2706873</code></a> More precise gitignore patterns</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/70bc20d8483aed1567324c8ece7c9d0d42a8ddf2"><code>70bc20d</code></a> Remove **/*.rs.bk from project-specific gitignore</li>
<li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/2.0.11...2.0.12">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1315
Author: @dependabot[bot]
Created: 3/3/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/thiserror-2.0.12📝 Commits (10+)
01a8320build(cargo): add custom build profilesf7c9712feat(wm): add tiling and floating ws layersba1ef22fix(wm): take layer into account on ws restore0f59820fix(wm): hide/restore floating windows on monocle toggle47f4f47feat(wm): add padding per monitorfc0da2crefactor(bar): add extend_enum! macroc37a0aafix(wm): properly load monitor on first connectc25750bfix(bar): apply work area offset on monitor reconnectd351e91fix(wm): prevent floating focus change event infinite loops0289b02chore(just): add wpm target📊 Changes
33 files changed (+1880 additions, -705 deletions)
View changed files
📝
Cargo.lock(+150 -224)📝
Cargo.toml(+18 -4)📝
README.md(+1 -1)➕
docs/cli/toggle-workspace-layer.md(+12 -0)📝
justfile(+13 -1)📝
komorebi-bar/Cargo.toml(+1 -1)📝
komorebi-bar/src/bar.rs(+53 -52)📝
komorebi-bar/src/config.rs(+96 -0)📝
komorebi-bar/src/komorebi.rs(+220 -42)📝
komorebi-bar/src/komorebi_layout.rs(+19 -10)📝
komorebi-bar/src/render.rs(+63 -48)📝
komorebi-bar/src/selected_frame.rs(+22 -12)📝
komorebi-bar/src/time.rs(+14 -8)📝
komorebi-client/src/lib.rs(+2 -0)📝
komorebi-themes/Cargo.toml(+3 -3)📝
komorebi/Cargo.toml(+1 -1)📝
komorebi/src/border_manager/border.rs(+0 -2)📝
komorebi/src/border_manager/mod.rs(+188 -82)📝
komorebi/src/core/mod.rs(+1 -0)📝
komorebi/src/monitor.rs(+60 -7)...and 13 more files
📄 Description
Bumps thiserror from 2.0.11 to 2.0.12.
Release notes
Sourced from thiserror's releases.
Commits
95a5126Release 2.0.1276490f7Merge pull request #413 from dtolnay/elidablelifetime9f27b76Ignore elidable_lifetime_names pedantic clippy lintdaf2a6fResolve some elidable_lifetime_names pedantic clippy lint5f07160Point standard library links to stable6706a51Convert html links to intra-doc links2706873More precise gitignore patterns70bc20dRemove **/*.rs.bk from project-specific gitignoreDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.