<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch master</title>
<subtitle>My fork of suckless dmenu: https://git.suckless.org/dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/'/>
<entry>
<title>feat: decrease padding</title>
<updated>2021-10-22T14:54:32+00:00</updated>
<author>
<name>eug-vs</name>
<email>eugene@eug-vs.xyz</email>
</author>
<published>2021-10-22T14:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=ea69a848fd95db7464b14b985a2eb713962956f6'/>
<id>ea69a848fd95db7464b14b985a2eb713962956f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add line-height patch</title>
<updated>2021-03-28T13:52:40+00:00</updated>
<author>
<name>eug-vs</name>
<email>eug-vs@keemail.me</email>
</author>
<published>2021-03-28T13:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d'/>
<id>b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add Xresources patch</title>
<updated>2021-03-28T13:43:47+00:00</updated>
<author>
<name>eug-vs</name>
<email>eug-vs@keemail.me</email>
</author>
<published>2021-03-28T13:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=f0f6ed867683e78fd4340a1f80a3ae7f18e96f0c'/>
<id>f0f6ed867683e78fd4340a1f80a3ae7f18e96f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 5.0</title>
<updated>2020-09-02T16:31:23+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-09-02T16:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6'/>
<id>1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6</id>
<content type='text'>
... and bump LICENSE year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and bump LICENSE year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leaks in drw</title>
<updated>2020-06-11T16:45:33+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-06-11T16:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=9b38fda6feda68f95754d5b8932b1a69471df960'/>
<id>9b38fda6feda68f95754d5b8932b1a69471df960</id>
<content type='text'>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</pre>
</div>
</content>
</entry>
<entry>
<title>revert IME support</title>
<updated>2019-03-03T12:08:54+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-03-03T12:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=db6093f6ec1bb884f7540f2512935b5254750b30'/>
<id>db6093f6ec1bb884f7540f2512935b5254750b30</id>
<content type='text'>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve xopenim error message</title>
<updated>2019-02-12T21:58:35+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T21:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=a9b1de384ae1ad30805e893af5cd6ea9b87c89da'/>
<id>a9b1de384ae1ad30805e893af5cd6ea9b87c89da</id>
<content type='text'>
die() already prints a newline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
die() already prints a newline.
</pre>
</div>
</content>
</entry>
<entry>
<title>make dmenu_path script executable</title>
<updated>2019-02-12T21:13:58+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T21:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=43b0c2c3dd3e694cf674097d493ef6630efc5403'/>
<id>43b0c2c3dd3e694cf674097d493ef6630efc5403</id>
<content type='text'>
(as dmenu_run is)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(as dmenu_run is)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when XOpenIM returns NULL</title>
<updated>2019-02-12T18:10:43+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T18:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=f5036b90efd9423d805923a0bc73cd54e30e72ab'/>
<id>f5036b90efd9423d805923a0bc73cd54e30e72ab</id>
<content type='text'>
for example when IME variables are set, but the program is not started (yet).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for example when IME variables are set, but the program is not started (yet).
</pre>
</div>
</content>
</entry>
<entry>
<title>Close when the embedding window is destroyed</title>
<updated>2019-02-04T18:49:34+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2019-02-03T23:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5'/>
<id>153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
