sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

meson.build (141B) - View raw


1
2
3
4
5
6
7
8
executable(
	'swaymsg',
	'main.c',
	include_directories: [sway_inc],
	dependencies: [jsonc],
	link_with: [lib_sway_common],
	install: true
)