[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6084":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},6084,"sway","swaywm\u002Fsway","swaywm","i3-compatible Wayland compositor","https:\u002F\u002Fswaywm.org",null,"C",17019,1264,212,1151,0,5,26,131,21,44.31,"MIT License",false,"master",true,[27,28],"compositor","wayland","2026-06-12 02:01:16","# sway\n\n**[English][en]** - [عربي][ar] - [Azərbaycanca][az] - [Česky][cs] - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [ქართული][ge] - [Ελληνικά][gr] - [हिन्दी][hi] - [Magyar][hu] - [فارسی][ir] - [Italiano][it] - [日本語][ja] - [한국어][ko] - [Nederlands][nl] - [Norsk][no] - [Polski][pl] - [Português][pt] - [Română][ro] - [Русский][ru] - [Српски][sr] - [Svenska][sv] - [Türkçe][tr] - [Українська][uk] - [中文-简体][zh-CN] - [中文-繁體][zh-TW]\n\nsway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the\n[IRC channel] \\(#sway on irc.libera.chat).\n\n## Release Signatures\n\nReleases are signed with [E88F5E48] and published [on GitHub][GitHub releases].\n\n## Installation\n\n### From Packages\n\nSway is available in many distributions. Try installing the \"sway\" package for\nyours.\n\n### Compiling from Source\n\nCheck out [this wiki page][Development setup] if you want to build the HEAD of\nsway and wlroots for testing or development.\n\nInstall dependencies:\n\n* meson \\*\n* [wlroots]\n* wayland\n* wayland-protocols \\*\n* pcre2\n* json-c\n* pango\n* cairo\n* gdk-pixbuf2 (optional: additional image formats for system tray)\n* [swaybg] (optional: wallpaper)\n* [scdoc] (optional: man pages) \\*\n* git (optional: version info) \\*\n\n_\\* Compile-time dep_\n\nRun these commands:\n\n    meson setup build\u002F\n    ninja -C build\u002F\n    sudo ninja -C build\u002F install\n\n## Configuration\n\nIf you already use i3, then copy your i3 config to `~\u002F.config\u002Fsway\u002Fconfig` and\nit'll work out of the box. Otherwise, copy the sample configuration file to\n`~\u002F.config\u002Fsway\u002Fconfig`. It is usually located at `\u002Fetc\u002Fsway\u002Fconfig`.\nRun `man 5 sway` for information on the configuration.\n\n## Running\n\nRun `sway` from a TTY or from a display manager.\n\n[en]: https:\u002F\u002Fgithub.com\u002Fswaywm\u002Fsway#readme\n[ar]: README.ar.md\n[az]: README.az.md\n[cs]: README.cs.md\n[de]: README.de.md\n[dk]: README.dk.md\n[es]: README.es.md\n[fr]: README.fr.md\n[ge]: README.ge.md\n[gr]: README.gr.md\n[hi]: README.hi.md\n[hu]: README.hu.md\n[ir]: README.ir.md\n[it]: README.it.md\n[ja]: README.ja.md\n[ko]: README.ko.md\n[nl]: README.nl.md\n[no]: README.no.md\n[pl]: README.pl.md\n[pt]: README.pt.md\n[ro]: README.ro.md\n[ru]: README.ru.md\n[sr]: README.sr.md\n[sv]: README.sv.md\n[tr]: README.tr.md\n[uk]: README.uk.md\n[zh-CN]: README.zh-CN.md\n[zh-TW]: README.zh-TW.md\n[i3]: https:\u002F\u002Fi3wm.org\u002F\n[Wayland]: http:\u002F\u002Fwayland.freedesktop.org\u002F\n[FAQ]: https:\u002F\u002Fgithub.com\u002Fswaywm\u002Fsway\u002Fwiki\n[IRC channel]: https:\u002F\u002Fweb.libera.chat\u002Fgamja\u002F?channels=#sway\n[E88F5E48]: https:\u002F\u002Fkeys.openpgp.org\u002Fsearch?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48\n[GitHub releases]: https:\u002F\u002Fgithub.com\u002Fswaywm\u002Fsway\u002Freleases\n[Development setup]: https:\u002F\u002Fgithub.com\u002Fswaywm\u002Fsway\u002Fwiki\u002FDevelopment-Setup\n[wlroots]: https:\u002F\u002Fgitlab.freedesktop.org\u002Fwlroots\u002Fwlroots\n[swaybg]: https:\u002F\u002Fgithub.com\u002Fswaywm\u002Fswaybg\u002F\n[scdoc]: https:\u002F\u002Fgit.sr.ht\u002F~sircmpwn\u002Fscdoc\n","sway 是一个与 i3 兼容的 Wayland 合成器。它支持多显示器，提供窗口管理、工作区切换等核心功能，并通过配置文件实现高度自定义。sway 采用 C 语言编写，依赖于 wlroots 库来处理 Wayland 协议的具体实现。该项目适合需要轻量级且可定制桌面环境的用户，特别是那些熟悉或偏好 i3 配置语法的技术爱好者。此外，对于希望从 X11 迁移到更现代的 Wayland 显示服务器架构同时保持相似用户体验的用户来说，sway 也是一个理想选择。",2,"2026-06-11 03:05:40","top_language"]