Ivan Molodetskikh
bbbd35e9ef
CI: Fix grep check
2025-01-10 15:42:22 +03:00
Ivan Molodetskikh
c308be315d
wiki: Put version in Since: next release
2025-01-10 15:39:02 +03:00
Ivan Molodetskikh
d825e3125e
CI: Add a prepare-release workflow
2025-01-10 15:28:50 +03:00
Ivan Molodetskikh
64288de04e
rpkg: Use NIRI_BUILD_COMMIT
2025-01-10 15:25:49 +03:00
Ivan Molodetskikh
fb4471e69d
Add NIRI_BUILD_COMMIT env variable override
2025-01-10 15:20:27 +03:00
Ivan Molodetskikh
8be8694f5f
Add NIRI_BUILD_VERSION_STRING env variable to override the version
2025-01-10 15:17:04 +03:00
Ivan Molodetskikh
60b78dc2cd
Bump version to 25.01
2025-01-10 15:16:36 +03:00
Ivan Molodetskikh
80fe5a8167
CI: Rearrange some dependencies
2025-01-10 15:15:50 +03:00
dependabot[bot]
df58c49876
build(deps): bump the rust-dependencies group with 2 updates
...
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-10 11:40:45 +03:00
Ivan Molodetskikh
7dee2f6995
Fix two manual let-else
2025-01-10 09:11:31 +03:00
Ivan Molodetskikh
623687e59b
Fix new Clippy warnings
2025-01-10 09:11:31 +03:00
rustn00b
5958d3be62
Allow workspace names to be changed dynamically ( #904 )
...
* 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-10 06:03:19 +00:00
Ivan Molodetskikh
142e57450d
Add missing interactively moved window check in center_window
2025-01-09 11:55:01 +03:00
rustn00b
80815a1591
Add a window swap operation ( #899 )
...
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-09 08:29:36 +00:00
Ivan Molodetskikh
8412bfb813
Add missing cursor warp when focusing floating/tiling
2025-01-09 10:49:24 +03:00
Ivan Molodetskikh
a0f279691a
Update dependencies
2025-01-09 10:23:44 +03:00
Ivan Molodetskikh
92aeddb9fe
Force-update insta snapshots
...
1.42.0 reverted a 1.41.0 change to snapshot metadata.
2025-01-09 10:22:39 +03:00
dependabot[bot]
d7da88853b
build(deps): bump the rust-dependencies group across 1 directory with 4 updates
...
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-08 08:55:36 +00:00
Frans Skarman
89678c7b1e
Set is-active-in-column to true for unmapped windows ( #934 )
...
* 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-05 13:38:26 +03:00
Ivan Molodetskikh
098c826095
Search for connector duplicates across all devices
2025-01-04 23:32:09 +03:00
Ivan Molodetskikh
befbdc3ae5
default-config: Fix typo
2025-01-04 20:56:45 +03:00
Ivan Molodetskikh
dca0364f4c
Unname connector if a duplicate is detected
2025-01-04 18:03:08 +03:00
Ivan Molodetskikh
37771259d9
Fetch monitor name from EDID only once
...
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-04 17:56:13 +03:00
Ivan Molodetskikh
4618e4851c
Default to unrestricted primary plane scanout
2025-01-04 13:02:22 +03:00
Ivan Molodetskikh
b2ca280c49
Restart PipeWire on errors
...
This lets you restart pipewire and then get a screencast successfully.
2025-01-04 12:23:25 +03:00
Ivan Molodetskikh
bf6995f759
CI: Fix MSRV
2025-01-04 11:49:27 +03:00
Ivan Molodetskikh
ab0cce7cb7
Add Xrgb/Xbgr to color formats
...
At least until the scanout check is fixed in Smithay again.
2025-01-04 11:22:56 +03:00
Ivan Molodetskikh
2e422fc026
Update dependencies
2025-01-04 11:22:56 +03:00
Ivan Molodetskikh
a2f9d132a0
Migrate to new Rectangle functions
2025-01-04 11:22:56 +03:00
Ivan Molodetskikh
1973b97cc2
Upgrade Smithay (DrmCompositor changes)
2025-01-04 11:22:56 +03:00
Ivan Molodetskikh
b3c6f0e661
Add floating binds to the hotkey overlay
2025-01-03 17:26:36 +03:00
Ivan Molodetskikh
6998b17f9e
wiki: Update default hotkeys
2025-01-03 17:23:29 +03:00
Ivan Molodetskikh
ed9932d70d
wiki: Update the layer-shell components page
2025-01-03 17:02:18 +03:00
Ivan Molodetskikh
a5f3b2a949
Clear on-demand layer-shell focus in more cases
2025-01-03 17:00:13 +03:00
Ivan Molodetskikh
152ed59502
Allow keyboard focus for bottom and background layers
2025-01-03 16:41:39 +03:00
Ivan Molodetskikh
8e16be9e11
Allow pop-up grabs for bottom and background layers
2025-01-03 16:24:23 +03:00
Ivan Molodetskikh
300701f44e
Render layer-shell pop-ups on top
2025-01-03 15:57:59 +03:00
Ivan Molodetskikh
d1370622d8
wiki: Expand application issues a bit
2025-01-03 12:30:17 +03:00
Ivan Molodetskikh
0134166009
README: Expand Status a bit
2025-01-03 11:11:11 +03:00
Ivan Molodetskikh
ddb9084260
wiki/Xwayland: Add a labwc section
2025-01-03 10:50:02 +03:00
Ivan Molodetskikh
0224452cef
wiki/Xwayland: Clarify xwayland-satellite
2025-01-03 10:50:02 +03:00
Julian Schuler
c17d4dc050
Add actions to focus/move to next/previous monitor
2025-01-02 15:15:23 +03:00
bbb651
4e33f45522
Add Mouse{Left,Right,Middle,Back,Forward} binds
2025-01-02 14:59:15 +03:00
Christian Meissl
b16d7abb35
skip keyboard focus for layer shell surfaces not...
...
...requesting keyboard interactivity
2025-01-02 14:24:39 +03:00
Christian Meissl
2f17a30157
xdg: do not focus unmapped popup on grab
...
a grab is requested for an unmapped popup,
delay focusing the popup until the first keyboard
interaction
2025-01-02 14:24:39 +03:00
Ivan Molodetskikh
0dbd14ebdc
Update dependencies
2025-01-02 11:50:51 +03:00
Ivan Molodetskikh
8b3d8ccb47
Update dependabot.yml
2025-01-02 11:34:04 +03:00
Ivan Molodetskikh
f8ff2e4e28
Update dependabot.yml
2025-01-02 11:32:34 +03:00
Ivan Molodetskikh
044f0d41a5
Update dependabot.yml
2025-01-02 11:31:37 +03:00
Ivan Molodetskikh
4089bebd83
Create dependabot.yml
2025-01-02 11:30:01 +03:00