Ivan Molodetskikh
a52df533c4
layout: Fix background color premultiplication
2025-11-13 09:14:07 +03:00
Merlijn
6a2c6261df
Add support for custom modes and modelines. ( #2479 )
...
* Implement custom modes and modelines
Co-authored-by: ToxicMushroom <32853531+ToxicMushroom@users.noreply.github.com >
* fixes
* refactor mode and modeline kdl parsers.
* add IPC parse checks
* refactor: address feedback
* fix: add missing > 0 refresh rate check
* move things around
* fixes
* wiki fixes
---------
Co-authored-by: Christian Meissl <meissl.christian@gmail.com >
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2025-10-29 09:10:38 +03:00
elivance
4310c20c32
config: fix parsing of XF86ScreenSaver key
...
Closes #1969
2025-10-24 23:25:23 +03:00
Lin Xianyi
23cd5aa78a
Add --path argument for niri msg screenshot* commands ( #2126 )
...
* Check for empty screenshot parent before creating
Avoids a warning.
* Add --path argument for niri msg screenshot* commands
* fix
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2025-10-19 14:22:31 +03:00
Ivan Molodetskikh
e1fad994da
Implement maximize-to-edges (true Wayland maximize)
2025-10-15 09:04:16 +03:00
Ivan Molodetskikh
ba6e5e082a
Upgrade dependencies
2025-10-02 12:00:53 +03:00
Szybet
03c564736a
Support calibration-matrix in touch input config
2025-10-02 10:27:09 +03:00
Ivan Molodetskikh
640e2b08a8
config: Rename tracy span parse => decode config file
2025-10-02 10:02:36 +03:00
Shaun Ren
5c91e3191d
tty: Add support for disabling DRM devices
2025-10-02 10:02:16 +03:00
Ivan Molodetskikh
a250fcf252
config: Add a nicer error for recursive includes
...
We can't check recursive includes across "dir/" followed by "../"
because dir may be a symlink, so "dir/../" may resolve to a different
folder. But this is already good within the same folder.
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
24b3cbfe55
config: Remove now-redundant m_replace!()
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
c0f19d48fa
config: Add merging for Input
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
31f9577df9
config: Add merging for Animations
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
2eabc22b38
config: Add merging for Gestures
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
2de34e8798
config: Add merging for misc sections
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
ceaf9408a5
config: Add merging for Debug
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
eff41ab716
config: Add merging for SwitchBinds
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
b3ae3adbb7
Partially implement config includes
...
Subsequent commits will add merging for all leftover sections.
2025-10-02 09:38:17 +03:00
Ivan Molodetskikh
09cf8402c3
Add per-output layout config
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
d5f4e79e4c
Add per-workspace layout config
...
Per-workspace background-color doesn't work yet.
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
1fa9dd32ed
config: Split Layout from LayoutPart
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
2781d3a743
config: Replace resolve_against with MergeWith
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
e739ce8171
config: Add merge!() macros to reduce boilerplate
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
a2727ba2c9
config: Introduce MergeWith trait
2025-10-02 09:33:08 +03:00
Ivan Molodetskikh
6451d6be4f
config: Fix discrepancy in default shadow color
2025-09-20 15:08:15 +03:00
Ivan Molodetskikh
00a4e22566
config: Add a diff empty to default test
2025-09-20 15:08:15 +03:00
Ivan Molodetskikh
19d21fc9b1
config: Fix inability to override border/focus-ring/tab-indicator gradient with color in window rules
2025-09-20 15:08:15 +03:00
Kai Koehler
08f5c6fecb
Make hot corners configurable, including per-output ( #2108 )
...
* Add corner selection in config
* Add hot corner docs
* Working per-monitor hot corners
Handle defaults
* run cargo fmt --all
* Fix hot corners in is_sticky_obscured_under
* Change default to fall back to gesture hot corners if output hot corners are unset
* Add hot corner output config docs
* Support fractional scaling
* Trigger hot corners over widgets
* Improve float handling
Fixed YaLTeR/niri/pull/2108
* Refactor
* Bug Fixes
* Amend docs
Fix styling
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Integrate code review
Move is_inside_hot_corner
* fixes
---------
Co-authored-by: Aadniz <8147434+Aadniz@users.noreply.github.com >
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2025-09-16 15:10:01 +00:00
Ivan Molodetskikh
af4b5f99e9
Bump version to 25.08
2025-08-29 22:01:28 +03:00
Said Kadrioski
0c3223ac72
Add cycle back feature for presets of column/window width/height.
2025-08-29 09:13:52 +03:00
Horu
1ffda91e0c
feat: cubic-bezier curve for animation ( #2059 )
...
* feat: bezier curve for animation
* fixes
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2025-08-29 05:31:50 +00:00
Ivan Molodetskikh
b02c5d2d36
config: Rename DebugConfig => Debug
2025-08-27 11:25:51 +03:00
Ivan Molodetskikh
e5188da1f8
config: Clean up animations struct names
2025-08-27 11:22:27 +03:00
Ivan Molodetskikh
82697773f8
config: Move workspace into its own module
2025-08-27 11:16:36 +03:00
Ivan Molodetskikh
f64cb6c03e
config: Cleanup
2025-08-27 11:12:28 +03:00
Ivan Molodetskikh
91257862e5
config: Move leftover input tests to input
2025-08-27 11:10:38 +03:00
Ivan Molodetskikh
178469301b
config: Extract misc
2025-08-27 11:02:04 +03:00
Ivan Molodetskikh
c637d4ce99
config: Move some stuff to utils
2025-08-27 10:59:28 +03:00
Ivan Molodetskikh
a03a7bd1a3
config: Extract binds
2025-08-27 10:55:31 +03:00
Ivan Molodetskikh
758a4c5e65
Move Position/SizeChange parsing tests to niri-ipc
2025-08-27 10:55:16 +03:00
Ivan Molodetskikh
66584ab466
config: Extract debug
2025-08-27 10:46:46 +03:00
Ivan Molodetskikh
3c11004515
config: Extract gestures
2025-08-27 10:46:46 +03:00
Ivan Molodetskikh
02e3f9f66e
config: Extract appearance and layout
2025-08-27 10:46:46 +03:00
Ivan Molodetskikh
19c576cfd8
config: Extract output
2025-08-27 10:43:57 +03:00
Ivan Molodetskikh
ab52bb9521
config: Extract input
2025-08-27 10:43:57 +03:00
Ivan Molodetskikh
da5e33775c
config: Extract animations
2025-08-27 10:43:57 +03:00
Ivan Molodetskikh
1e3ab8a880
config: Extract window_rule
2025-08-27 10:43:57 +03:00
gibberish
e038b8770a
Fix focus=false for move-column-to-workspace*, add to move-window-to-workspace-up/down
2025-08-27 09:17:58 +03:00
Ivan Molodetskikh
effae2bc2b
Bump dependencies
2025-08-26 21:17:28 +03:00
Ivan Molodetskikh
210d5e90fe
exit_confirm_dialog: Add open/close animation
2025-08-22 08:57:08 +03:00