aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-10build(deps): bump the rust-dependencies group with 2 updatesdependabot[bot]
Bumps the rust-dependencies group with 2 updates: [bitflags](https://github.com/bitflags/bitflags) and [clap](https://github.com/clap-rs/clap). Updates `bitflags` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.6.0...2.7.0) Updates `clap` from 4.5.24 to 4.5.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.24...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10Fix two manual let-elseIvan Molodetskikh
2025-01-10Fix new Clippy warningsIvan Molodetskikh
2025-01-10Allow workspace names to be changed dynamically (#904)rustn00b
* Add un/set workspace name actions * Add SetWorkspaceName reference to proptests * Simplify unname_workspace * Add ewaf version of set first workspace name test * Simplify more * Fix comment * Make workspace in set-workspace-name a positional option --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-01-09Add missing interactively moved window check in center_windowIvan Molodetskikh
2025-01-09Add a window swap operation (#899)rustn00b
Swap the active window with the a neighboring column's active window. --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> Take into account PR comments - no longer behave like an expel when a swap is made in a direction where there is no column to swap with - fix janky animation
2025-01-09Add missing cursor warp when focusing floating/tilingIvan Molodetskikh
2025-01-09Update dependenciesIvan Molodetskikh
2025-01-09Force-update insta snapshotsIvan Molodetskikh
1.42.0 reverted a 1.41.0 change to snapshot metadata.
2025-01-08build(deps): bump the rust-dependencies group across 1 directory with 4 updatesdependabot[bot]
Bumps the rust-dependencies group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libdisplay-info](https://github.com/Smithay/libdisplay-info-rs), [serde_json](https://github.com/serde-rs/json) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.23 to 4.5.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.24) Updates `libdisplay-info` from 0.1.0 to 0.2.2 - [Release notes](https://github.com/Smithay/libdisplay-info-rs/releases) - [Commits](https://github.com/Smithay/libdisplay-info-rs/compare/v0.1.0...v0.2.2) Updates `serde_json` from 1.0.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libdisplay-info dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-05Set is-active-in-column to true for unmapped windows (#934)Frans Skarman
* Set is-active-in-column to true for unmapped windows * Update wiki/Configuration:-Window-Rules.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-01-04Search for connector duplicates across all devicesIvan Molodetskikh
2025-01-04default-config: Fix typoIvan Molodetskikh
2025-01-04Unname connector if a duplicate is detectedIvan Molodetskikh
2025-01-04Fetch monitor name from EDID only onceIvan Molodetskikh
Reduce spam when it's unavailable. Assume the name cannot change at runtime; before if it changed, bad things would probably happen anyway.
2025-01-04Default to unrestricted primary plane scanoutIvan Molodetskikh
2025-01-04Restart PipeWire on errorsIvan Molodetskikh
This lets you restart pipewire and then get a screencast successfully.
2025-01-04CI: Fix MSRVIvan Molodetskikh
2025-01-04Add Xrgb/Xbgr to color formatsIvan Molodetskikh
At least until the scanout check is fixed in Smithay again.
2025-01-04Update dependenciesIvan Molodetskikh
2025-01-04Migrate to new Rectangle functionsIvan Molodetskikh
2025-01-04Upgrade Smithay (DrmCompositor changes)Ivan Molodetskikh
2025-01-03Add floating binds to the hotkey overlayIvan Molodetskikh
2025-01-03wiki: Update default hotkeysIvan Molodetskikh
2025-01-03wiki: Update the layer-shell components pageIvan Molodetskikh
2025-01-03Clear on-demand layer-shell focus in more casesIvan Molodetskikh
2025-01-03Allow keyboard focus for bottom and background layersIvan Molodetskikh
2025-01-03Allow pop-up grabs for bottom and background layersIvan Molodetskikh
2025-01-03Render layer-shell pop-ups on topIvan Molodetskikh
2025-01-03wiki: Expand application issues a bitIvan Molodetskikh
2025-01-03README: Expand Status a bitIvan Molodetskikh
2025-01-03wiki/Xwayland: Add a labwc sectionIvan Molodetskikh
2025-01-03wiki/Xwayland: Clarify xwayland-satelliteIvan Molodetskikh
2025-01-02Add actions to focus/move to next/previous monitorJulian Schuler
2025-01-02Add `Mouse{Left,Right,Middle,Back,Forward}` bindsbbb651
2025-01-02 skip keyboard focus for layer shell surfaces not...Christian Meissl
...requesting keyboard interactivity
2025-01-02xdg: do not focus unmapped popup on grabChristian Meissl
a grab is requested for an unmapped popup, delay focusing the popup until the first keyboard interaction
2025-01-02Update dependenciesIvan Molodetskikh
2025-01-02Update dependabot.ymlIvan Molodetskikh
2025-01-02Update dependabot.ymlIvan Molodetskikh
2025-01-02Update dependabot.ymlIvan Molodetskikh
2025-01-02Create dependabot.ymlIvan Molodetskikh
2025-01-02Delete dependabot.ymlIvan Molodetskikh
2025-01-02Create dependabot.ymlIvan Molodetskikh
2025-01-02Delete dependabot.ymlIvan Molodetskikh
Let's see if re-creating fixes it.
2025-01-02build(deps): bump the rust-dependencies group with 19 updatesdependabot[bot]
Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.21.0` | | [calloop](https://github.com/Smithay/calloop) | `0.14.1` | `0.14.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.169` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.5.0` | `4.6.0` | | [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [pangocairo](https://github.com/gtk-rs/gtk-rs-core) | `0.20.4` | `0.20.7` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.16` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.134` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.6` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [xshell](https://github.com/matklad/xshell) | `0.2.6` | `0.2.7` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) Updates `bytemuck` from 1.19.0 to 1.21.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.21.0) Updates `calloop` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/Smithay/calloop/releases) - [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md) - [Commits](https://github.com/Smithay/calloop/compare/v0.14.1...v0.14.2) Updates `clap` from 4.5.20 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.23) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.162...0.2.169) Updates `ordered-float` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.0) Updates `pango` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `pangocairo` from 0.20.4 to 0.20.7 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.20.4...0.20.7) Updates `png` from 0.17.14 to 0.17.16 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.16) Updates `portable-atomic` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.9.0...v1.10.0) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.134) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) Updates `tracy-client` from 0.17.4 to 0.17.6 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.6) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.5.0...0.5.1) Updates `xshell` from 0.2.6 to 0.2.7 - [Changelog](https://github.com/matklad/xshell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/xshell/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: calloop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: pangocairo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: xshell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02build(deps): bump smithay-drm-extras from `c3f3ac8` to `5186cf7`dependabot[bot]
Bumps [smithay-drm-extras](https://github.com/Smithay/smithay) from `c3f3ac8` to `5186cf7`. - [Release notes](https://github.com/Smithay/smithay/releases) - [Commits](https://github.com/Smithay/smithay/compare/c3f3ac8dc0776d47bc50f9a1911b613a56e6e04b...5186cf7dec2472a91e3c248772954b1141dab7f2) --- updated-dependencies: - dependency-name: smithay-drm-extras dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02Create dependabot.ymlIvan Molodetskikh
Copied from Helix.
2025-01-02Remove notify-rust dependencyIvan Molodetskikh
It uses outdated zbus.
2025-01-02Upgrade `zbus` and `async-io`bbb651