Mark Karlinsky
d7156df842
Add support for running as a dinit service ( #728 )
...
* Added dinit services
* Added dinit support to niri-session
* Replaced shutdown script for dinit with a single command execution
* Added dinit service files to Getting Started install tables
* Fix typo in resources/dinit/niri
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Fixed mistakes in wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* niri-session does not start dinit anymore
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2024-10-13 12:26:16 +00:00
Ivan Molodetskikh
03c603918d
Document the new cursor hide settings
2024-10-06 22:09:19 -07: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
7a65a0b79f
wiki: Delete unstable JSON output note
2024-09-13 15:06:20 +03:00
Ivan Molodetskikh
737e99ec69
Add preset window heights to wiki & default config
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
4543873dae
wiki/IPC: Link to the online rustdoc
2024-09-04 13:15:43 +03:00
Ivan Molodetskikh
268591f343
wiki: Add Since note to other open-on-output properties
2024-09-03 14:36:23 +03:00
Ivan Molodetskikh
a42717bcac
wiki/Xwayland: Mention adding DISPLAY to config environment
2024-09-03 14:12:28 +03:00
Ivan Molodetskikh
6b013a08fc
wiki: Update package list
2024-09-03 13:51:24 +03:00
Ivan Molodetskikh
f0157e03e7
Use libdisplay-info for make/model/serial parsing, implement throughout
2024-09-03 13:48:08 +03:00
Ivan Molodetskikh
4b7c16b04a
Read config from /etc/niri/config.kdl too
2024-09-02 13:10:45 +03:00
Ivan Molodetskikh
aafd5ab70f
wiki: Use $NIRI_SOCKET in example
2024-09-02 12:38:33 +03:00
Ivan Molodetskikh
d8d6b5a5e0
wiki: Fix niri-ipc links
2024-09-02 10:05:59 +03:00
Ivan Molodetskikh
a1fd4b396f
wiki: Fix code block formatting
2024-09-02 10:04:43 +03:00
Ivan Molodetskikh
5521cdda63
wiki: Add the word IPC to the sidebar
2024-09-02 10:03:44 +03:00
Ivan Molodetskikh
12b16a9d7e
wiki: Document IPC programmatic access
2024-09-01 23:47:19 -07:00
Ivan Molodetskikh
30b213601a
Implement the event stream IPC
2024-09-01 23:47:19 -07:00
Ivan Molodetskikh
da53e79d07
wiki: Add hotkey overlay skip to FAQ
2024-08-26 10:35:00 +03:00
Ivan Molodetskikh
2907d5af3e
wiki: Mark FAQ snippet as KDL
2024-08-26 10:35:00 +03:00
Ivan Molodetskikh
a4f1caab1d
wiki: Update transaction list
2024-08-23 15:53:01 +03:00
Ivan Molodetskikh
7bfdf87bf0
Implement resize transactions
2024-08-22 15:19:11 +03:00
Ivan Molodetskikh
cf357d7058
Implement window resize throttling
2024-08-22 14:40:40 +03:00
Michael Yang
f1894f6f9a
feature: add on-demand vrr ( #586 )
...
* feature: add on-demand vrr
* Don't require connector::Info in try_to_set_vrr
* Improve VRR help message
* Rename connector_handle => connector
* Fix tracy span name
* Move on demand vrr flag set higher
* wiki: Mention on-demand VRR
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2024-08-22 11:58:07 +03:00
Ivan Molodetskikh
2f73dd5b59
wiki: Use real em-dash
2024-08-14 18:33:43 +03:00
Ivan Molodetskikh
c658424c9f
wiki: Document invisible state
2024-08-14 18:32:50 +03:00
Ivan Molodetskikh
bb58f2d162
wiki: Clarify named workspaces example
2024-08-14 18:18:05 +03:00
Ivan Molodetskikh
2983eb3113
wiki: Bump xwl-satellite higher up
2024-08-08 15:26:06 +03:00
Ivan Molodetskikh
908c8eb42a
wiki: Use HTML dark/light image
...
Apparently GitHub Markdown is not supported on GitHub Wiki.
2024-08-01 18:26:17 +03:00
Ivan Molodetskikh
0078293d4c
wiki: Document the redraw loop
2024-08-01 17:52:34 +03:00
Ivan Molodetskikh
ad84fc1479
wiki: Fix em-dash
2024-07-27 10:14:06 +03:00
Ivan Molodetskikh
d5a8074b53
Add profile-with-tracy-ondemand feature
...
Finally this can be added without disabling frames.
manual-lifetime is needed to avoid initializing Tracy for CLI commands,
since that is quite slow.
2024-07-27 09:51:44 +03:00
Ivan Molodetskikh
bbdc07ee6c
wiki: Document output background-color
2024-07-26 11:51:29 +03:00
Ivan Molodetskikh
eee770514f
wiki: Mention nightly COPR
2024-07-22 13:49:43 +03:00
Ivan Molodetskikh
5a0bda7ec4
wiki: Document negative struts
2024-07-22 13:12:42 +03:00
Ivan Molodetskikh
3ace97660f
Implement gradient color interpolation option ( #548 )
...
* Added the better color averaging code (tested & functional)
* rustfmt
* Make Color f32 0..1, clarify premul/unpremul
* Fix imports and test name
* Premultiply gradient colors matching CSS
* Fix indentation
* fixup
* Add gradient image
---------
Co-authored-by: K's Thinkpad <K.T.Kraft@protonmail.com >
2024-07-16 07:22:03 +00:00
Ivan Molodetskikh
2e906fc5fa
Add middle-emulation libinput flag
2024-07-13 07:34:22 +03:00
Suyashtnt
926451c8be
wiki: update no-test comments in wiki
...
Signed-off-by: Suyashtnt <suyashtnt@gmail.com >
2024-07-08 19:43:07 +03:00
Suyashtnt
3be6e38af3
wiki: update wiki kdl snippets
...
Signed-off-by: Suyashtnt <suyashtnt@gmail.com >
2024-07-08 17:42:09 +03:00
Ivan Molodetskikh
4513663084
screenshot-ui: Animate opening
2024-07-08 11:24:08 +04:00
Ivan Molodetskikh
1da99f4003
Implement focus-follows-mouse max-scroll-amount
2024-07-05 20:53:11 +04:00
Ivan Molodetskikh
120eaa6c56
wiki: Fix repeat since annotation
2024-07-05 20:30:27 +04:00
Ivan Molodetskikh
6147a31b48
wiki: Add Since to repeat=false
2024-07-05 12:04:23 +04:00
Ivan Molodetskikh
c8411e55d9
wiki: Mention bind key repeat
2024-07-05 08:40:25 +03:00
Nick Hastings
c681198179
Add install location instructions for manual installation ( #489 )
...
* wiki: Update install location instructions
Provide file install destinations for both packages and manual
installations.
* wiki: split install instructions into two sections
* Update wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Update wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Update wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Update wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
* Update wiki/Getting-Started.md
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com >
2024-07-02 08:30:39 +00:00
Salman Farooq
747c186293
add-in-wiki-xwayland-run-as-a-solution-to-run-X-apps ( #477 )
2024-06-28 21:18:29 -07:00
sodiboo
d180e60e05
Implement support for $NIRI_CONFIG environment variable
2024-06-28 14:00:26 +03:00
sodiboo
65addefd09
wiki: Fix $XDG_CONFIG_HOME/.config/ that should be $XDG_CONFIG_HOME/
2024-06-28 14:00:26 +03:00
Ivan Molodetskikh
697fcbac12
wiki: Add rounded corners to the FAQ
2024-06-28 14:39:04 +04:00