<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/niri.git/wiki/Configuration:-Miscellaneous.md, branch feat/screenshotselectall</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/'/>
<entry>
<title>github wiki replacement / mkdocs-docs (#2147)</title>
<updated>2025-08-17T14:05:41+00:00</updated>
<author>
<name>Kent Daleng</name>
<email>lolexplode@gmail.com</email>
</author>
<published>2025-08-17T14:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=dc93f1c1fd7b67e2da5af2ffada732b9ddeb2d6a'/>
<id>dc93f1c1fd7b67e2da5af2ffada732b9ddeb2d6a</id>
<content type='text'>
* Add wiki based on mkdocs

* wording fixes

* fix github bg color on narrow

* Fix left sidebar section headers being bigger than pages

* fix hover accent

* fix list rendering on fractional layout

* fix videos

* fix automatic full links

* remove redundant commented css

* improve dark mode contrast

* update pygments for better child node coloring

* update logo

* remove blank lines

* add systemd language hint

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add wiki based on mkdocs

* wording fixes

* fix github bg color on narrow

* Fix left sidebar section headers being bigger than pages

* fix hover accent

* fix list rendering on fractional layout

* fix videos

* fix automatic full links

* remove redundant commented css

* improve dark mode contrast

* update pygments for better child node coloring

* update logo

* remove blank lines

* add systemd language hint

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add ConfigLoaded event to IPC, option to disable built-in notification (#1829)</title>
<updated>2025-08-17T06:28:24+00:00</updated>
<author>
<name>Horu</name>
<email>73709188+HigherOrderLogic@users.noreply.github.com</email>
</author>
<published>2025-08-17T06:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=271534e115e5915231c99df287bbfe396185924d'/>
<id>271534e115e5915231c99df287bbfe396185924d</id>
<content type='text'>
* feat: config reload ipc event

* cleanups

* Rename and move the new config option

* rename to ConfigLoaded and emit at connection

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* feat: config reload ipc event

* cleanups

* Rename and move the new config option

* rename to ConfigLoaded and emit at connection

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Implement xwayland-satellite integration</title>
<updated>2025-06-07T20:12:50+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-06-04T05:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a'/>
<id>f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wiki: Add Since to hide-not-bound</title>
<updated>2025-06-05T08:42:32+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-06-05T08:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=242ebf294514cc22f4f9d83c0566c8ffe1cb8d8a'/>
<id>242ebf294514cc22f4f9d83c0566c8ffe1cb8d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add option to hide unbound actions in hotkey overlay (#1618)</title>
<updated>2025-06-03T17:31:18+00:00</updated>
<author>
<name>Kent Daleng</name>
<email>kent.daleng@nav.no</email>
</author>
<published>2025-06-03T17:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=abac28a65c6c742114ef292221dd26e2a3a2f04b'/>
<id>abac28a65c6c742114ef292221dd26e2a3a2f04b</id>
<content type='text'>
* add option to hide unbound actions in hotkey overlay

* fix config test, add some docs

* Add kdl language hint

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;

* Improve docs

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;

* hide_unbound -&gt; hide_not_bound

* forgot to rename in wiki

* filter actions before calling format

* use any instead of contains

* retain instead of filter

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add option to hide unbound actions in hotkey overlay

* fix config test, add some docs

* Add kdl language hint

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;

* Improve docs

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;

* hide_unbound -&gt; hide_not_bound

* forgot to rename in wiki

* filter actions before calling format

* use any instead of contains

* retain instead of filter

---------

Co-authored-by: Ivan Molodetskikh &lt;yalterz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 25.05</title>
<updated>2025-05-17T10:50:36+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-17T10:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=3b864dc104797c21d7fe1582e4b8bdee8f236ea4'/>
<id>3b864dc104797c21d7fe1582e4b8bdee8f236ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wiki: Link to output backdrop-color from overview {}</title>
<updated>2025-05-06T14:34:40+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-06T14:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=c37d3b34429413487b704945ac2fd58025f3dd3c'/>
<id>c37d3b34429413487b704945ac2fd58025f3dd3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust the workspace shadow defaults some more</title>
<updated>2025-05-01T08:04:47+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-01T07:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=f2c690802b0de649e3118403b859208519de425f'/>
<id>f2c690802b0de649e3118403b859208519de425f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize workspace shadows to 1080 px tall screen, adjust defaults</title>
<updated>2025-05-01T07:33:53+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-01T07:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=9d6037b94c72deb0f5d928d3f68acc287d8baed2'/>
<id>9d6037b94c72deb0f5d928d3f68acc287d8baed2</id>
<content type='text'>
Workspace gaps are dependent on screen size, so it makes sense to make shadows
depend on the screen size to, to avoid them filling more or less of the gap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Workspace gaps are dependent on screen size, so it makes sense to make shadows
depend on the screen size to, to avoid them filling more or less of the gap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add workspace-shadow {} config to overview {}</title>
<updated>2025-05-01T06:45:38+00:00</updated>
<author>
<name>Ivan Molodetskikh</name>
<email>yalterz@gmail.com</email>
</author>
<published>2025-05-01T06:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/niri.git/commit/?id=446bc155ce15103c347c1a4f654c71a88d9991fa'/>
<id>446bc155ce15103c347c1a4f654c71a88d9991fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
