<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git/completions, branch master</title>
<subtitle>fork of sway with action binder commands
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/'/>
<updated>2022-11-28T23:51:45+00:00</updated>
<entry>
<title>build: move completions to separate file</title>
<updated>2022-11-28T23:51:45+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2022-11-28T19:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=a358d6760ef751588d310f0141798387e7f4d4b1'/>
<id>urn:sha1:a358d6760ef751588d310f0141798387e7f4d4b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bash-completion: localize variables</title>
<updated>2022-03-27T09:27:57+00:00</updated>
<author>
<name>Oğuz Ersen</name>
<email>oguz@ersen.moe</email>
</author>
<published>2022-03-27T08:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=fb3330c1fbcf550118d774900f79756a596d7c3b'/>
<id>urn:sha1:fb3330c1fbcf550118d774900f79756a596d7c3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i3-compat: add GET_BINDING_STATE IPC command</title>
<updated>2020-06-14T04:55:14+00:00</updated>
<author>
<name>Jason Nader</name>
<email>jason.nader@protonmail.com</email>
</author>
<published>2020-06-13T03:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=45859be03f14fa0506ab8518feaec5ddb157e318'/>
<id>urn:sha1:45859be03f14fa0506ab8518feaec5ddb157e318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bash completion: swaymsg accepts --version, not --verbose</title>
<updated>2020-05-15T11:04:32+00:00</updated>
<author>
<name>Eric Engestrom</name>
<email>eric@engestrom.ch</email>
</author>
<published>2020-05-15T10:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=9b5895be63600403fb6c2e83108b36eea540e638'/>
<id>urn:sha1:9b5895be63600403fb6c2e83108b36eea540e638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update fish completions</title>
<updated>2020-03-13T09:11:25+00:00</updated>
<author>
<name>Jason</name>
<email>ammgws@users.noreply.github.com</email>
</author>
<published>2020-03-13T04:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=55016729a573a171a0faa20e0dec44e703da2c45'/>
<id>urn:sha1:55016729a573a171a0faa20e0dec44e703da2c45</id>
<content type='text'>
`--config` should autocomplete filepaths</content>
</entry>
<entry>
<title>Add missing swaymsg completions</title>
<updated>2019-03-08T20:28:35+00:00</updated>
<author>
<name>Peter Grayson</name>
<email>pete@jpgrayson.net</email>
</author>
<published>2019-03-08T19:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=1a9145e40983aa84da0e08ec3806b6e6fc8983f8'/>
<id>urn:sha1:1a9145e40983aa84da0e08ec3806b6e6fc8983f8</id>
<content type='text'>
The `-m/--monitor` option was missing from the bash and fish completions.

The `subscribe` IPC message type was missing from the bash, fish, and zsh
completions.

Signed-off-by: Peter Grayson &lt;pete@jpgrayson.net&gt;
</content>
</entry>
<entry>
<title>Add -p/--pretty option to swaymsg</title>
<updated>2019-03-08T19:29:39+00:00</updated>
<author>
<name>Peter Grayson</name>
<email>pete@jpgrayson.net</email>
</author>
<published>2019-03-08T17:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=b7fe5097e949b9bfde6fd52f26d2599068833563'/>
<id>urn:sha1:b7fe5097e949b9bfde6fd52f26d2599068833563</id>
<content type='text'>
This new option forces pretty (non-raw/non-JSON) output. By default, when
not using a tty, swaymsg outputs using the "raw" format. This makes it
impossible to, for example, pipe the pretty output to a pager such as
`less` since piping does not use a tty.

The new -p/--pretty option gives the user explicit control over the output
format while retaining the default tty-dependent behavior.

Signed-off-by: Peter Grayson &lt;pete@jpgrayson.net&gt;</content>
</entry>
<entry>
<title>fish: improve completions a little bit</title>
<updated>2019-02-23T08:17:02+00:00</updated>
<author>
<name>Tim Sampson</name>
<email>tim@sampson.fi</email>
</author>
<published>2019-02-23T06:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=cdf30033afdb4c1ead47ed208cee0c63a82b7ea4'/>
<id>urn:sha1:cdf30033afdb4c1ead47ed208cee0c63a82b7ea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split swaylock into separate project</title>
<updated>2019-01-14T02:40:26+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-01-14T02:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=3fca8b8d22ee51a934fa3b8704c5aee8a5de7689'/>
<id>urn:sha1:3fca8b8d22ee51a934fa3b8704c5aee8a5de7689</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split swayidle from sway</title>
<updated>2019-01-12T16:24:06+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-01-12T14:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=bc808680b173d5a3c4732265b33e2e8bd81e4d9b'/>
<id>urn:sha1:bc808680b173d5a3c4732265b33e2e8bd81e4d9b</id>
<content type='text'>
</content>
</entry>
</feed>
