<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eibhear/.local/bin/displayselect, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.jopek.eu/eibhear/atom/.local/bin/displayselect?h=master</id>
<link rel='self' href='https://git.jopek.eu/eibhear/atom/.local/bin/displayselect?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/'/>
<updated>2025-11-13T04:35:06Z</updated>
<entry>
<title>Add --primary option to displayselect (#1470)</title>
<updated>2025-11-13T04:35:06Z</updated>
<author>
<name>Yurei TZK</name>
<email>signup@yureitzk.com</email>
</author>
<published>2025-11-13T04:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=4a3ad91070328668cd3c8c375e38843f21506e7a'/>
<id>urn:sha1:4a3ad91070328668cd3c8c375e38843f21506e7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: grep pattern to avoid unintended matches (#1383)</title>
<updated>2024-05-11T12:54:21Z</updated>
<author>
<name>David Nevado</name>
<email>davidnevadoc@users.noreply.github.com</email>
</author>
<published>2024-05-11T12:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=97687287bdfd332398b82a196b5f1feaec73f1d7'/>
<id>urn:sha1:97687287bdfd332398b82a196b5f1feaec73f1d7</id>
<content type='text'>
added `^` and `$` to the pattern used in `grep -v`
in order to avoid matching displays whose name
contains some other display name. e.g ("DPI", "eDPI")</content>
</entry>
<entry>
<title>add comment, remove remaps from displayselect</title>
<updated>2023-02-06T23:19:09Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2023-02-06T23:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=136456e4fab5a7cb428add6e995c941b2c99dcbe'/>
<id>urn:sha1:136456e4fab5a7cb428add6e995c941b2c99dcbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed edp1 botching dp1 grep (#861)</title>
<updated>2020-12-11T14:51:50Z</updated>
<author>
<name>ashprice</name>
<email>48685381+ashprice@users.noreply.github.com</email>
</author>
<published>2020-12-11T14:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=c3eefd7a683ad764f38fc39f1bf4aad97f78d767'/>
<id>urn:sha1:c3eefd7a683ad764f38fc39f1bf4aad97f78d767</id>
<content type='text'>
Co-authored-by: ashprice &lt;vofan@tuta.io&gt;</content>
</entry>
<entry>
<title>Compatibility for FreeBSD's paste(1) (#853)</title>
<updated>2020-12-01T23:21:03Z</updated>
<author>
<name>anntnzrb</name>
<email>51257127+anntnzrb@users.noreply.github.com</email>
</author>
<published>2020-12-01T23:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=7c96bd081ac25faea8144aaa8c770aaf31bd558a'/>
<id>urn:sha1:7c96bd081ac25faea8144aaa8c770aaf31bd558a</id>
<content type='text'>
* Compatibility for FreeBSD's paste(1)

According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&amp;sektion=1&amp;manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.

&gt; Create a colon-separated list of directories named bin,
&gt; suitable for use in the PATH environment variable:

`find / -name bin -type d | paste -s -d : -`

* Compatibility for FreeBSD's paste(1)

According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&amp;sektion=1&amp;manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.

&gt; Create a colon-separated list of directories named bin,
&gt; suitable for use in the PATH environment variable:

`find / -name bin -type d | paste -s -d : -`</content>
</entry>
<entry>
<title>fix</title>
<updated>2020-06-22T16:09:52Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2020-06-22T16:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=615e8aef3abdd0d31d7027c6304f6a085bbcb2d1'/>
<id>urn:sha1:615e8aef3abdd0d31d7027c6304f6a085bbcb2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shellcheck (#676)</title>
<updated>2020-06-01T19:29:57Z</updated>
<author>
<name>JameyBear</name>
<email>WhispersofJ@gmail.com</email>
</author>
<published>2020-06-01T19:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=f820ccf4dd69d4cf784fca4fc0e1ae273993077e'/>
<id>urn:sha1:f820ccf4dd69d4cf784fca4fc0e1ae273993077e</id>
<content type='text'>
Co-authored-by: WhispersOfJ &lt;kaotiks@gmail.com&gt;</content>
</entry>
<entry>
<title>fix</title>
<updated>2020-05-30T23:02:51Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2020-05-30T23:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=e9b0b5613bf03dcdf0609f48b7d514b6bfd7fd31'/>
<id>urn:sha1:e9b0b5613bf03dcdf0609f48b7d514b6bfd7fd31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make use of setsid(1)'s `-f` flag (#652)</title>
<updated>2020-05-30T21:01:18Z</updated>
<author>
<name>Kian Kasad</name>
<email>kdkasad@gmail.com</email>
</author>
<published>2020-05-30T21:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=3222354d50c9cc5a50fc78059e69e423a7009d58'/>
<id>urn:sha1:3222354d50c9cc5a50fc78059e69e423a7009d58</id>
<content type='text'>
Co-authored-by: Luke Smith &lt;luke@lukesmith.xyz&gt;</content>
</entry>
<entry>
<title>replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625)</title>
<updated>2020-05-09T23:32:56Z</updated>
<author>
<name>Kian Kasad</name>
<email>kdkasad@gmail.com</email>
</author>
<published>2020-05-09T23:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=6577acae890e18dc99244599fc85fa31053e400e'/>
<id>urn:sha1:6577acae890e18dc99244599fc85fa31053e400e</id>
<content type='text'>
</content>
</entry>
</feed>
