Ivan Molodetskikh
39b46b3326
default-config: Add rounded corner window rule example
2024-10-01 13:28:16 +03:00
Ivan Molodetskikh
2aebd6bdbb
default-config: Add comments to consume/expel binds
2024-10-01 13:20:38 +03:00
Ivan Molodetskikh
b501a9b303
Upgrade dependencies
2024-09-30 15:27:36 +03:00
Ivan Molodetskikh
94e5408f46
Update Smithay
2024-09-30 15:24:50 +03:00
Christian Meissl
eb190e3f94
handle role specific buffer offset
2024-09-30 05:04:58 -07:00
spazzylemons
80bb0d5876
Remove one unnecessary .clone() call and reorder another
2024-09-30 00:45:44 -07:00
Marwin Kreuzig
c04ccafd0a
fix focus_up_or_right
2024-09-28 05:18:22 -07:00
sodiboo
6ee5b5afa7
flake: update inputs and remove crane.inputs.nixpkgs override
...
the input was removed in https://github.com/ipetkov/crane/pull/692
2024-09-15 08:05:05 -07:00
Ivan Molodetskikh
6a48728ffb
Bump version to 0.1.9
v0.1.9
2024-09-14 11:55:52 +03:00
Ivan Molodetskikh
9cb89ff26c
wiki: Update default hotkeys list
2024-09-14 10:17:27 +03:00
Ivan Molodetskikh
4e5f392c50
wiki: Document always-center-focused-column
2024-09-14 09:48:59 +03:00
Ivan Molodetskikh
e35d9e760b
default-config: Uncomment BracketLeft/BracketRight
...
These are fairly useful.
2024-09-13 21:51:56 +03:00
Ivan Molodetskikh
22fee7b003
Add NIRI_DISABLE_SYSTEM_MANAGER_NOTIFY env
...
Useful for UWSM I guess.
2024-09-13 15:45:30 +03:00
Ivan Molodetskikh
e95d28e148
README: Remove NVIDIA note
2024-09-13 15:10:25 +03:00
Ivan Molodetskikh
7a65a0b79f
wiki: Delete unstable JSON output note
2024-09-13 15:06:20 +03:00
Ivan Molodetskikh
ca30315deb
Set rust-version in Cargo.toml
2024-09-13 15:05:41 +03:00
Ivan Molodetskikh
9538e8f916
Upgrade dependencies
2024-09-13 15:05:33 +03:00
Ivan Molodetskikh
8b3715eabf
Update Smithay
2024-09-13 14:59:32 +03:00
Ivan Molodetskikh
d0f2b9abd0
Fix formatting
2024-09-12 20:54:44 +03:00
Ivan Molodetskikh
43578e21b1
Always clamp non-auto window height with >1 windows in column
2024-09-12 19:31:47 +03:00
Ivan Molodetskikh
55a798bd8b
Prevent unintended focus-follows-mouse during workspace switch
2024-09-12 16:48:29 +03:00
Ivan Molodetskikh
cdcd5a2835
Update comments
2024-09-12 13:36:08 +03:00
Ivan Molodetskikh
737e99ec69
Add preset window heights to wiki & default config
2024-09-12 02:32:44 -07:00
Ivan Molodetskikh
c3cb42f04d
Add SwitchPresetWindowHeight by id
2024-09-12 02:32:44 -07:00
Christian Rieger
d0e624e615
Implement preset window heights
2024-09-12 02:32:44 -07:00
Ivan Molodetskikh
087a50a19c
wiki/Xwayland: Add note about existing DISPLAY
2024-09-10 11:33:08 +03:00
Ivan Molodetskikh
0bed253835
tty: Try connecting with invalid modifier on fail
2024-09-10 11:12:24 +03:00
Ivan Molodetskikh
6b6a84e55b
Avoid panics on more wrong VBlank events
2024-09-10 10:48:45 +03:00
Ivan Molodetskikh
7d5785e96f
Give focus to on-demand layer surfaces on map
2024-09-10 10:14:34 +03:00
Ivan Molodetskikh
70fa38fadf
Possibly fix some unsync subsurfaces not redrawing output
2024-09-10 09:52:31 +03:00
Ivan Molodetskikh
3514cd2e36
Prefer exclusive layer focus to on-demand on the same layer
2024-09-10 09:10:03 +03:00
Ivan Molodetskikh
96083847fb
ipc: Clarify some things in the docs
2024-09-09 08:51:03 +03:00
Ivan Molodetskikh
d25d6ce337
Arrange layer map after sending new scale/transform
...
I think that should be a slightly better ordering of events.
2024-09-08 22:33:09 +03:00
Ivan Molodetskikh
bb044075fa
Inform layer surfaces of scale/transform changes
...
How'd I miss this and then never catch it?
2024-09-08 22:05:56 +03:00
Ivan Molodetskikh
370fd4e172
ipc: Convert all Action unit variants to unit struct variants
...
This is a breaking change, but likely nobody uses this through raw JSON
yet, and this allows us to add fields to any action later on without
another breaking change.
2024-09-06 18:32:51 +03:00
Ivan Molodetskikh
7dea3822a3
Fix set-window-height SetProportion scale
2024-09-06 18:32:51 +03:00
Ivan Molodetskikh
7d11ef0abb
Extract print_window()
2024-09-06 18:32:51 +03:00
Ivan Molodetskikh
dcb29efce5
Implement by-id window addressing in IPC and CLI, fix move-column-to-workspace
...
This is a JSON-breaking change for the IPC actions that changed from
unit variants to struct variants. Unfortunately, I couldn't find a way
with serde to both preserve a single variant, and make it serialize to
the old value when the new field is None. I don't think anyone is using
these actions from JSON at the moment, so this breaking change is fine.
2024-09-06 18:32:41 +03:00
Ivan Molodetskikh
cb5d97f600
Fix new Clippy warning
...
This was stabilized in 1.76 so we can use it now.
2024-09-05 20:40:11 +03:00
Ivan Molodetskikh
608ab7d8b1
Change output sorting to match make/model/serial first
...
We can do this now that we have libdisplay-info.
2024-09-05 20:10:01 +03:00
elkowar
fd8ebb9d06
implement always_center_single_column layout option
2024-09-05 01:01:41 -07:00
Ivan Molodetskikh
952916fd1c
layout: Prevent view gesture snap beyond first/last column
2024-09-04 21:46:08 +03:00
Ivan Molodetskikh
a0592e8f53
layout: Extract snap_points()
2024-09-04 21:45:47 +03:00
Ivan Molodetskikh
5460c792bd
Fix missing KeyboardLayoutSwitched event on XKB switch
2024-09-04 20:54:11 +03:00
sodiboo
e5ecd27bbe
flake: add libdisplay-info to buildInputs
2024-09-04 09:39:22 -07:00
Ivan Molodetskikh
4543873dae
wiki/IPC: Link to the online rustdoc
2024-09-04 13:15:43 +03:00
Ivan Molodetskikh
a2c855315c
ci: Add niri-ipc rustdoc generation
2024-09-04 12:39:23 +03:00
Ivan Molodetskikh
6c4e4b374a
ipc: Write some more docs
2024-09-04 12:29:26 +03:00
Ivan Molodetskikh
9ab887bec8
ipc: Don't re-export socket types
2024-09-04 12:03:13 +03:00
Ivan Molodetskikh
268591f343
wiki: Add Since note to other open-on-output properties
2024-09-03 14:36:23 +03:00