mirror of
https://github.com/swaywm/sway.git
synced 2024-11-18 22:19:14 +00:00
commit
290a15ca1b
|
@ -29,6 +29,7 @@ available for you to install:
|
||||||
|
|
||||||
* [Arch Linux](https://www.archlinux.org/packages/?q=sway)
|
* [Arch Linux](https://www.archlinux.org/packages/?q=sway)
|
||||||
* [Gentoo](https://packages.gentoo.org/packages/dev-libs/sway)
|
* [Gentoo](https://packages.gentoo.org/packages/dev-libs/sway)
|
||||||
|
* [openSUSE Tumbleweed](https://software.opensuse.org/package/sway)
|
||||||
|
|
||||||
For other distros, [see this wiki page](https://github.com/SirCmpwn/sway/wiki/Install-on-other-distros).
|
For other distros, [see this wiki page](https://github.com/SirCmpwn/sway/wiki/Install-on-other-distros).
|
||||||
If you're interested in packaging Sway for your distribution, stop by the IRC
|
If you're interested in packaging Sway for your distribution, stop by the IRC
|
||||||
|
|
|
@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
|
||||||
*/
|
*/
|
||||||
const char *cmd_results_to_json(struct cmd_results *results);
|
const char *cmd_results_to_json(struct cmd_results *results);
|
||||||
|
|
||||||
void remove_view_from_scratchpad();
|
void remove_view_from_scratchpad(swayc_t *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue